add coverage reporting
This commit is contained in:
parent
e67d973c2f
commit
39d1baf41b
@ -8,7 +8,7 @@ pipelines:
|
|||||||
script:
|
script:
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
- go test -v
|
- go test -v -cover
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- go build -o build/gostations github.com/gmgauthier/gostations
|
- go build -o build/gostations github.com/gmgauthier/gostations
|
||||||
- step:
|
- step:
|
||||||
|
Loading…
Reference in New Issue
Block a user