Use coveralls which is the same thing used in other repos
This commit is contained in:
parent
a3685ae6b0
commit
410b7514d7
2 changed files with 6 additions and 4 deletions
|
|
@ -5,8 +5,10 @@ services:
|
|||
- docker
|
||||
env:
|
||||
- OS_NAME: linux
|
||||
before_script:
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
script:
|
||||
- ./build.sh _travis-${TRAVIS_OS_NAME}
|
||||
- $GOPATH/bin/goveralls -coverprofile=coverage.cov -service=travis-ci
|
||||
- ./scripts/travis_test.sh
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue