2015-10-15 14:56:00 +00:00
|
|
|
language: go
|
2015-10-15 17:15:20 +00:00
|
|
|
|
2020-04-16 16:26:54 +00:00
|
|
|
go:
|
|
|
|
- 1.11.x
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
- go get -t -v ./...
|
|
|
|
|
|
|
|
script:
|
|
|
|
- go test -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
|
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|