From 0acd8d0ec3287b925f91ad7a711b66d02f1f7eb2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 7 Feb 2016 22:47:40 +0000 Subject: [PATCH] travis-ci: pass more gcov arguments to codecov --- travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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