Skip to content

Commit 91d9d45

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Makefile] coverage improvements.
1 parent 6fd70ad commit 91d9d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BUILDKIT_PROGRESS=plain
2424
DOCKER_COMPOSE=docker compose
2525

2626
# TOOLS
27-
COVERAGE_TOOL=gcovr -e "src/tests/*" -e "build/*"
27+
COVERAGE_TOOL=gcovr -e "src/tests/*" -e "build/*" --exclude-throw-branches --exclude-unreachable-branches --exclude-noncode-lines --print-summary
2828

2929
.MAIN: test
3030
.PHONY: all clean dependencies help list test outdated

0 commit comments

Comments
 (0)