diff --git a/coverage.mk b/coverage.mk index c9dfc949..8deade25 100644 --- a/coverage.mk +++ b/coverage.mk @@ -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: