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