push test coverage info to coveralls.io
This commit is contained in:
committed by
Jakob Borg
parent
7626c5d526
commit
70fc8a3064
@@ -7,6 +7,11 @@ go:
|
||||
install:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- ./build.sh setup
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
|
||||
script:
|
||||
- ./build.sh test
|
||||
- ./build.sh test-cov
|
||||
|
||||
after_success:
|
||||
- goveralls -coverprofile=acc.out -service=travis-ci
|
||||
|
||||
Reference in New Issue
Block a user