Skip to content

Commit

Permalink
Push cover results to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
hverr committed Oct 24, 2015
1 parent 72c4be1 commit 4cd2d73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ go:
- 1.5.1

script:
- go test
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out

after_success:
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit 4cd2d73

Please sign in to comment.