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.
2 parents 6fd70ad + 91d9d45 commit e8c0e5bCopy full SHA for e8c0e5b
Makefile
@@ -24,7 +24,7 @@ BUILDKIT_PROGRESS=plain
24
DOCKER_COMPOSE=docker compose
25
26
# TOOLS
27
-COVERAGE_TOOL=gcovr -e "src/tests/*" -e "build/*"
+COVERAGE_TOOL=gcovr -e "src/tests/*" -e "build/*" --exclude-throw-branches --exclude-unreachable-branches --exclude-noncode-lines --print-summary
28
29
.MAIN: test
30
.PHONY: all clean dependencies help list test outdated
0 commit comments