]> granicus.if.org Git - strace/commitdiff
travis-ci: pass more gcov arguments to codecov
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 7 Feb 2016 22:47:40 +0000 (22:47 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 8 Feb 2016 18:35:16 +0000 (18:35 +0000)
travis-ci.sh

index ce1c11a2d4b7cd24810cd879bcfa1acd4509c533..817e50cf365d3ae0a3a6528c9d3f6d0686c195f3 100755 (executable)
@@ -48,5 +48,5 @@ if [ "$CC:${TARGET-}" = 'gcc:x86_64' ]; then
        ./configure --enable-code-coverage ${ENABLE_GCC_WERROR-} ${DISTCHECK_CONFIGURE_FLAGS-}
        make -k $j
        make -k $j check VERBOSE=${VERBOSE-}
-       codecov ||:
+       codecov --gcov-args=-abcp ||:
 fi