By default goveralls tries to use gocov. This modifies it to use the cover profile provided by go test instead.
@@ -8,4 +8,4 @@ after_success:
- go get -v github.com/mattn/goveralls
- export PATH=$PATH:$HOME/gopath/bin
- cd ./spew
- - goveralls -v -service travis-ci
+ - goveralls coverprofile=profile.cov -service=travis-ci