change syntax for lcov 1.13

This commit is contained in:
Shuduo Sang 2020-06-01 17:57:57 +08:00
parent db83fdd0cb
commit de3280f943
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ matrix:
sleep 1
cd ${TRAVIS_BUILD_DIR}
lcov -d . --capture --rc lcov_branch_coverage=1 -o coverage.info \
--exclude "*tests*" --exclude "*deps*"
lcov -d . --capture --rc lcov_branch_coverage=1 -o coverage.info
lcov --remove coverage.info '*tests*' '*deps*' -o coverage.info
lcov -l --rc lcov_branch_coverage=1 coverage.info || travis_terminate $?
gem install coveralls-lcov