2019-03-27 16:45:23 +05:30
|
|
|
language: go
|
|
|
|
|
|
|
|
go:
|
2019-11-27 14:53:33 +05:30
|
|
|
- 1.7
|
2019-03-27 16:45:23 +05:30
|
|
|
|
|
|
|
script:
|
|
|
|
- go get golang.org/x/tools/cmd/cover
|
|
|
|
- go get github.com/mattn/goveralls
|
|
|
|
- go test -v -covermode=count -coverprofile=profile.out
|
|
|
|
- go vet
|
|
|
|
- goveralls -service drone.io -coverprofile=profile.out -repotoken $COVERALLS
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
- marty.schoch@gmail.com
|