Skip to content

Commit

Permalink
Exclude internal/proto from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Jul 11, 2024
1 parent 25567da commit f60fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# exclude auto-generated DB code as well as mocks
# in future, we may want to parse these from a file instead of hardcoding them
# in the Makefile
COVERAGE_EXCLUSIONS="internal/db\|/mock/\|internal/auth/keycloak/client"
COVERAGE_EXCLUSIONS="internal/db\|/mock/\|internal/auth/keycloak/client\|internal/proto"
COVERAGE_PACKAGES=./internal/...

.PHONY: clean
Expand Down

0 comments on commit f60fa06

Please sign in to comment.