diff --git a/.mk/test.mk b/.mk/test.mk index f5b8cd96a8..7e3a456770 100644 --- a/.mk/test.mk +++ b/.mk/test.mk @@ -5,7 +5,7 @@ # 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\|internal/proto" -COVERAGE_PACKAGES=./internal/... +COVERAGE_PACKAGES=./internal/...,./pkg/... .PHONY: clean clean:: ## clean up environment