cover also needs frontend
This commit is contained in:
parent
8bf4fcfd42
commit
ed2eb53f93
@ -79,6 +79,7 @@ tasks:
|
||||
|
||||
cover:
|
||||
desc: Run test and analyze coverage
|
||||
deps: [frontend]
|
||||
cmds:
|
||||
- go test ./... -coverprofile=coverage.out -covermode=atomic
|
||||
- go tool cover -html=coverage.out -o=coverage.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user