Skip to content

Commit fc360d6

Browse files
committed
chore: Remove Google test coverage
1 parent b384278 commit fc360d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ after_success:
9393
- |
9494
if [ "${GENERATE_COVERAGE}" ]; then
9595
# Generate code coverage information & send to Coveralls
96+
rm -rf ./external/google-test/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.gcda
9697
lcov --gcov-tool $GCOV --directory . --capture --output-file coverage.info
97-
rm -rf ./external/**/*.gcda
9898
lcov --gcov-tool $GCOV --remove coverage.info 'test/*' '/usr/*' 'external/*' --output-file coverage.info
9999
lcov --list coverage.info
100100
coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info

0 commit comments

Comments
 (0)