Skip to content

Commit 3d6e300

Browse files
committed
updated .travis.yml for coveralls removed test code from coverage
1 parent 8012bf5 commit 3d6e300

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
@@ -34,7 +34,7 @@ script:
3434
after_success:
3535
- cd ${TRAVIS_BUILD_DIR}
3636
- lcov --directory . --capture --output-file coverage.info # capture coverage info
37-
- lcov --remove coverage.info 'tests/*' '/usr/*' --output-file coverage.info # filter out system and test code
37+
- lcov --remove coverage.info 'tests/*' '/usr/*' 'example*' --output-file coverage.info # filter out system and test code
3838
- lcov --list coverage.info # debug before upload
3939
#- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls.. for a private repo using a token
4040
- coveralls-lcov coverage.info #for open source

0 commit comments

Comments
 (0)