Skip to content

Commit e8c0e5b

Browse files
authored
Merge pull request #22 from sir-gon/develop
[CONFIG] [Makefile] coverage improvements.
2 parents 6fd70ad + 91d9d45 commit e8c0e5b

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)