Skip to content

Commit

Permalink
chore: use roveralls to aggregate coverage results (kubernetes-sigs#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
linki authored Apr 4, 2018
1 parent 34c40fc commit b6a528b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
before_install:
- make dep
- go get github.com/mattn/goveralls
- go get github.com/lawrencewoodman/roveralls
- go get github.com/alecthomas/gometalinter

install:
Expand All @@ -24,4 +25,5 @@ install:
script:
- vendor/github.com/kubernetes/repo-infra/verify/verify-boilerplate.sh --rootdir=$(pwd)
- vendor/github.com/kubernetes/repo-infra/verify/verify-go-src.sh -v --rootdir $(pwd)
- travis_wait 20 goveralls -service=travis-ci
- travis_wait 20 roveralls
- goveralls -coverprofile=roveralls.coverprofile -service=travis-ci

0 comments on commit b6a528b

Please sign in to comment.