travis-ci: pass more gcov arguments to codecov
This commit is contained in:
parent
b1b692eb23
commit
0acd8d0ec3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user