Skip to content

Commit 1d2086a

Browse files
committed
Exclude third-party libraries from coverage.
1 parent 8fbdbf8 commit 1d2086a

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
@@ -59,7 +59,7 @@ matrix:
5959
before_script:
6060
- pip install --user cpp-coveralls
6161
after_success:
62-
- coveralls --gcov gcov-5 --gcov-options '\-lp' --exclude src
62+
- coveralls --gcov gcov-5 --gcov-options '\-lp' --exclude src --exclude include/tao/json/external
6363

6464
script:
6565
make CXX=$COMPILER -j3

0 commit comments

Comments
 (0)