From: Dmitry V. Levin Date: Sun, 7 Feb 2016 22:47:40 +0000 (+0000) Subject: travis-ci: pass more gcov arguments to codecov X-Git-Tag: v4.12~574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0acd8d0ec3287b925f91ad7a711b66d02f1f7eb2;p=strace travis-ci: pass more gcov arguments to codecov --- diff --git a/travis-ci.sh b/travis-ci.sh index ce1c11a2..817e50cf 100755 --- a/travis-ci.sh +++ b/travis-ci.sh @@ -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