add coverage reporting

This commit is contained in:
Greg Gauthier 2021-03-18 07:54:02 +00:00
parent e67d973c2f
commit 39d1baf41b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pipelines:
script:
- go mod vendor
- go mod tidy
- go test -v
- go test -v -cover
- mkdir build
- go build -o build/gostations github.com/gmgauthier/gostations
- step: