Integration of coveralls.io

This commit is contained in:
Vaibhav Bhembre 2016-01-22 15:41:44 +00:00
parent c867664796
commit dfb29a8ff0
1 changed files with 5 additions and 1 deletions

View File

@ -12,5 +12,9 @@ before_install:
install: install:
- go get github.com/ceph/go-ceph - go get github.com/ceph/go-ceph
- go get github.com/prometheus/client_golang/prometheus - 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 ./...