Integration of coveralls.io
This commit is contained in:
parent
c867664796
commit
dfb29a8ff0
|
@ -12,5 +12,9 @@ before_install:
|
|||
install:
|
||||
- go get github.com/ceph/go-ceph
|
||||
- go get github.com/prometheus/client_golang/prometheus
|
||||
- go get github.com/axw/gocov/gocov
|
||||
- go get github.com/mattn/goveralls
|
||||
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
|
||||
|
||||
script: go test -v -race ./...
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci ./...
|
||||
|
|
Loading…
Reference in New Issue