Skip to content

Commit ae49d30

Browse files
committed
chore: Ignore external coverage
1 parent 2d6bdd6 commit ae49d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ after_success:
9494
if [ "${GENERATE_COVERAGE}" ]; then
9595
# Generate code coverage information & send to Coveralls
9696
lcov --gcov-tool $GCOV --directory . --capture --output-file coverage.info
97+
rm -rf ./external/**/*.gcda
9798
lcov --gcov-tool $GCOV --remove coverage.info 'test/*' '/usr/*' 'external/*' --output-file coverage.info
9899
lcov --list coverage.info
99100
coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info

0 commit comments

Comments
 (0)