We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c79a5a commit 90648a9Copy full SHA for 90648a9
.travis.yml
@@ -36,5 +36,5 @@ after_success:
36
- 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
38
- lcov --list coverage.info # debug before upload
39
-- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls
40
-
+#- coveralls-lcov --repo-token ${COVERALLS_TOKEN} coverage.info # uploads to coveralls.. for a private repo using a token
+- coveralls-lcov #for open source
0 commit comments