We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dab7f commit 219892aCopy full SHA for 219892a
1 file changed
build/Makefile.gcov
@@ -56,7 +56,7 @@ gcovr-html:
56
@echo "Generating gcovr HTML"
57
@rm -rf gcovr_html/
58
@mkdir gcovr_html
59
- gcovr -sr . -o gcovr_html/index.html --html --html-details \
+ gcovr -sr . -o gcovr_html/index.html --html --html-details --exclude-unreachable-branches --exclude-throw-branches \
60
$(foreach pattern, $(GCOVR_EXCLUDE_LINES_BY_PATTERNS), --exclude-lines-by-pattern $(pattern)) \
61
$(foreach lib, $(GCOVR_EXCLUDES), -e $(lib))
62
0 commit comments