diff --git a/Makefile b/Makefile index 142a16cfd..b600085d1 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,10 @@ test.crm: $(GOTEST) $(GOTEST) -covermode count -coverprofile .cover.out -v ./crm/repository/... $(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%" +test.crm.db: $(GOTEST) + $(GOTEST) -covermode count -coverprofile .cover.out -v ./crm/db/... + $(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%" + test.rbac: $(GOTEST) $(GOTEST) -covermode count -coverprofile .cover.out -v ./rbac/... $(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%"