Skip to content

Commit 3c29dc9

Browse files
committed
Problem: External header catch.hpp included in coverage
Solution: Exclude from analysis
1 parent 35ba5be commit 3c29dc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
env:
3737
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7" ENABLE_DRAFTS=ON COVERAGE=ON
3838
after_success:
39-
- coveralls -r . -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/" -E ".*demo/" -E ".*libzmq.*/" -b cppzmq-build --gcov-options '\-lp'
39+
- coveralls -r . -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/" -E ".*demo/" -E ".*libzmq.*/" -E ".*catch/" -b cppzmq-build --gcov-options '\-lp'
4040

4141
# GCC default, draft disabled, older libzmq with pkg-config
4242
- os: linux
@@ -85,4 +85,3 @@ script:
8585
- eval "${MATRIX_EVAL}"
8686
- cmake --version
8787
- ./ci_build.sh
88-

0 commit comments

Comments
 (0)