mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
chore: code cov
This commit is contained in:
parent
1fa71877c5
commit
c65e3ceba6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
TEST = "go test ./... -coverpkg=./... -coverprofile cp.out -covermode=atomic; go tool cover -func cp.out; rm cp.out"
|
||||
TEST = "go test ./... -coverpkg=./... -coverprofile coverage.txt -covermode=atomic; go tool cover -func coverage.txt"
|
||||
|
||||
build:
|
||||
docker build . -t underscore:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue