Show code coverage when testing.
This commit is contained in:
parent
7342d1d22f
commit
724bbe0793
@ -16,7 +16,7 @@ test-1.15:
|
|||||||
- docker
|
- docker
|
||||||
image: golang:1.15
|
image: golang:1.15
|
||||||
script:
|
script:
|
||||||
- go test -test.v ./...
|
- go test -test.v -cover ./...
|
||||||
|
|
||||||
test-1.14:
|
test-1.14:
|
||||||
stage: test
|
stage: test
|
||||||
@ -24,7 +24,7 @@ test-1.14:
|
|||||||
- docker
|
- docker
|
||||||
image: golang:1.14
|
image: golang:1.14
|
||||||
script:
|
script:
|
||||||
- go test -test.v ./...
|
- go test -test.v -cover ./...
|
||||||
|
|
||||||
test-1.13:
|
test-1.13:
|
||||||
stage: test
|
stage: test
|
||||||
@ -32,4 +32,4 @@ test-1.13:
|
|||||||
- docker
|
- docker
|
||||||
image: golang:1.13
|
image: golang:1.13
|
||||||
script:
|
script:
|
||||||
- go test -test.v ./...
|
- go test -test.v -cover ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user