Skip to content

Commit dede52a

Browse files
authored
Update .travis.yml
1 parent ed32302 commit dede52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ after_success:
2828
- ctest
2929
- lcov --directory . --capture --output-file coverage.info
3030
- lcov --remove coverage.info '/usr/*' --output-file coverage.info
31-
- lcov --remove coverage.info 'googletest' --output-file coverage.info
31+
- lcov --remove coverage.info '*googletest*' --output-file coverage.info
3232
- lcov --remove coverage.info '*.t.cpp' --output-file coverage.info
3333
- lcov --list coverage.info
34-
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
34+
- bash <(curl -s https://codecov.io/bash) -f coverage.info
3535
- cd ..

0 commit comments

Comments
 (0)