File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ gcovr-html:
5656 @echo "Generating gcovr HTML"
5757 @rm -rf gcovr_html/
5858 @mkdir gcovr_html
59- gcovr -sr . -o gcovr_html/index.html --html --html-details \
59+ gcovr -sr . -o gcovr_html/index.html --html --html-details --exclude-unreachable-branches --exclude-throw-branches \
6060 $(foreach pattern, $(GCOVR_EXCLUDE_LINES_BY_PATTERNS), --exclude-lines-by-pattern $(pattern)) \
6161 $(foreach lib, $(GCOVR_EXCLUDES), -e $(lib))
6262
6363gcovr-xml:
6464 @echo "Generating gcovr XML"
6565 @rm -f gcovr.xml
66- gcovr -sr . -o gcovr.xml --xml \
66+ gcovr -sr . -o gcovr.xml --xml --exclude-unreachable-branches --exclude-throw-branches \
6767 $(foreach pattern, $(GCOVR_EXCLUDE_LINES_BY_PATTERNS), --exclude-lines-by-pattern $(pattern)) \
6868 $(foreach lib, $(GCOVR_EXCLUDES), -e $(lib))
6969
You can’t perform that action at this time.
0 commit comments