mirror of
https://github.com/project-zot/zot.git
synced 2024-12-30 22:34:13 -05:00
coverage: fix coverage to track packages better
This commit is contained in:
parent
6e494942d4
commit
7287700ceb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ debug: doc
|
|||
.PHONY: test
|
||||
test:
|
||||
$(shell mkdir -p test/data; cd test/data; ../scripts/gen_certs.sh; cd ${TOP_LEVEL})
|
||||
go test -v -race -cover -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
go test -v -race -cover -coverpkg ./... -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
|
||||
.PHONY: covhtml
|
||||
covhtml:
|
||||
|
|
Loading…
Reference in a new issue