File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -14,7 +14,7 @@ coverage-initial: clean-coverage
|
14 | 14 | .PHONY: coverage-capture
|
15 | 15 | coverage-capture:
|
16 | 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) |
| 17 | +@$(LCOV) --ignore-errors unused -r $(LCOV_REPORT) "/usr*" -r $(LCOV_REPORT) "${HOME}/.phpenv/*" --compat-libtool -o $(LCOV_REPORT) |
18 | 18 |
|
19 | 19 | .PHONY: coverage-html
|
20 | 20 | coverage-html: coverage-capture
|
|
You can’t perform that action at this time.
0 commit comments