We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b5d69 commit 384155eCopy full SHA for 384155e
test/cover/make_gcov_01_generic.gmk
@@ -63,7 +63,7 @@ gcov: objects
63
@$(GNUECHO)
64
@$(GNUECHO) +++ running lcov
65
@$(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
+ @$(LCOV) $(LCOV_BRANCH) --remove coverage_unfiltered.info $(LCOV_REMOVES) --ignore-errors unused --output-file coverage.info
67
68
@$(GNUECHO) +++ running genhtml
69
@$(GENHTML) coverage.info $(LCOV_BRANCH) --demangle-cpp --output-directory $(PATH_BIN)/report
0 commit comments