3
0

import test.crm.db

This commit is contained in:
Tit Petric 2018-10-08 12:47:18 +00:00
parent f736c1e945
commit 4080e8359f

View File

@ -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%"