We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4ce71 commit 00710eaCopy full SHA for 00710ea
.travis.yml
@@ -625,7 +625,7 @@ script:
625
626
after_success:
627
- if [[ "$REPORT_COVERAGE" == true ]]; then
628
- lcov --capture --directory src --directory tests --output-file coverage.info &&
+ lcov --capture --directory src --directory tests --rc lcov_branch_coverage=1 --output-file coverage.info &&
629
lcov --remove coverage.info 'tests/*' --output-file coverage.info &&
630
lcov --list coverage.info &&
631
coveralls-lcov --repo-token=${COVERALLS_REPO_TOKEN} --branch=${TRAVIS_BRANCH} --verbose coverage.info;
0 commit comments