travis-ci: pass more gcov arguments to codecov

This commit is contained in:
Дмитрий Левин 2016-02-07 22:47:40 +00:00
parent b1b692eb23
commit 0acd8d0ec3

View File

@ -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