Add coverage report to test command

This commit is contained in:
Snider 2025-11-02 22:00:24 +00:00 committed by GitHub
parent 26e2880dde
commit 8d1609e34f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ tasks:
- build
test:
cmds:
- go test ./...
- go test -coverprofile=coverage.txt ./...
test-e2e:
cmds:
- task: build