Skip to content

Commit

Permalink
lcov
Browse files Browse the repository at this point in the history
Closes #4888
  • Loading branch information
ligurio committed Apr 14, 2020
1 parent 3d407fb commit ed7a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.mk
Expand Up @@ -99,7 +99,7 @@ test_coverage_debian_no_deps: build_coverage_debian
lcov --compat-libtool --directory src/ --capture --output-file coverage.info.tmp \
--rc lcov_branch_coverage=1
lcov --compat-libtool --remove coverage.info.tmp 'tests/*' 'third_party/*' '/usr/*' \
--output-file coverage.info
--rc lcov_branch_coverage=1 --output-file coverage.info
lcov --list coverage.info
@if [ -n "$(COVERALLS_TOKEN)" ]; then \
echo "Exporting code coverage information to coveralls.io"; \
Expand Down

0 comments on commit ed7a56d

Please sign in to comment.