Migrate to codecov.io (#2120)

* Migrate to codecov.io

* Fix data race

* Update nginx to 1.13.9
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-02-20 08:27:02 -08:00 committed by GitHub
parent 9dd5b0b023
commit 0990c5b6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 32 additions and 14 deletions

View file

@ -13,7 +13,7 @@ notifications:
on_success: never
go:
- 1.9.4
- "1.10"
go_import_path: k8s.io/ingress-nginx
@ -39,9 +39,6 @@ jobs:
# start minikube
- test/e2e/up.sh
script:
- go get github.com/mattn/goveralls
- go get github.com/modocache/gover
- if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover;fi
- if ! go get github.com/jteeuwen/go-bindata/...; then github.com/jteeuwen/go-bindata/...;fi
- make cover
- stage: e2e