cover also needs frontend
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Jan Bader 2022-04-08 20:28:30 +00:00
parent 8bf4fcfd42
commit ed2eb53f93

View File

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