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 6fd70ad commit 91d9d45Copy full SHA for 91d9d45
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