Migrate to codecov.io (#2120)
* Migrate to codecov.io * Fix data race * Update nginx to 1.13.9
This commit is contained in:
parent
9dd5b0b023
commit
0990c5b6ad
7 changed files with 32 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue