Skip to content

Commit

Permalink
#151 - Remove '--ignore-errors' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Jun 2, 2024
1 parent 717e0a6 commit ba8312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean-coverage:
.PHONY: coverage-initial
coverage-initial: clean-coverage
@$(LCOV) -d . -z
@$(LCOV) -d . -c --ignore-errors range,unused --compat-libtool -i -o $(LCOV_REPORT)
@$(LCOV) -d . -c --compat-libtool -i -o $(LCOV_REPORT)

.PHONY: coverage-capture
coverage-capture:
Expand Down

0 comments on commit ba8312f

Please sign in to comment.