Skip to content

Commit 18db0a2

Browse files
committed
debug lcov problem
1 parent a9243d2 commit 18db0a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ after_success:
3232
- cmake -DCMAKE_BUILD_TYPE=Debug -DCOVERAGE=yes ..
3333
- make
3434
- ctest
35+
- find -name "*.gcno"
36+
- find -name "*.gcda"
3537
- lcov --gcov-tool gcov-5 --directory . --capture --output-file coverage.info
3638
- lcov --gcov-tool gcov-5 --remove coverage.info '/usr/*' --output-file coverage.info
3739
- lcov --gcov-tool gcov-5 --remove coverage.info 'googletest' --output-file coverage.info

0 commit comments

Comments
 (0)