We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e994cc commit 57589c2Copy full SHA for 57589c2
coverage.mk
@@ -14,7 +14,7 @@ coverage-initial: clean-coverage
14
.PHONY: coverage-capture
15
coverage-capture:
16
@$(LCOV) --no-checksum -d . -c --compat-libtool -o $(LCOV_REPORT)
17
- @$(LCOV) -r $(LCOV_REPORT) "/usr*" -r $(LCOV_REPORT) "${HOME}/.phpenv/*" --compat-libtool -o $(LCOV_REPORT)
+ @$(LCOV) --ignore-errors unused -r $(LCOV_REPORT) "/usr*" -r $(LCOV_REPORT) "${HOME}/.phpenv/*" --compat-libtool -o $(LCOV_REPORT)
18
19
.PHONY: coverage-html
20
coverage-html: coverage-capture
0 commit comments