adding coverage.out file
This commit is contained in:
parent
ad72a3d34f
commit
d46b06892c
@ -1,12 +1,10 @@
|
|||||||
build:
|
build:
|
||||||
image: golang:1.5.3
|
image: golang:1.5
|
||||||
environment:
|
environment:
|
||||||
- GO15VENDOREXPERIMENT=1
|
- GO15VENDOREXPERIMENT=1
|
||||||
- GOOS=linux
|
|
||||||
- GOARCH=amd64
|
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
commands:
|
commands:
|
||||||
- go test -cover ./...
|
- go test -cover -coverprofile ./... coverage.out
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
coverage:
|
coverage:
|
||||||
|
Loading…
Reference in New Issue
Block a user