Skip to content

Commit 384155e

Browse files
committed
Ignore unused errors in LCOV run
1 parent 62b5d69 commit 384155e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cover/make_gcov_01_generic.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gcov: objects
6363
@$(GNUECHO)
6464
@$(GNUECHO) +++ running lcov
6565
@$(LCOV) $(LCOV_BRANCH) -c --directory obj --output-file coverage_unfiltered.info
66-
@$(LCOV) $(LCOV_BRANCH) --remove coverage_unfiltered.info $(LCOV_REMOVES) --output-file coverage.info
66+
@$(LCOV) $(LCOV_BRANCH) --remove coverage_unfiltered.info $(LCOV_REMOVES) --ignore-errors unused --output-file coverage.info
6767
@$(GNUECHO)
6868
@$(GNUECHO) +++ running genhtml
6969
@$(GENHTML) coverage.info $(LCOV_BRANCH) --demangle-cpp --output-directory $(PATH_BIN)/report

0 commit comments

Comments
 (0)