Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisWatson committed Feb 20, 2017
1 parent 69bf6af commit c62f3cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ install:
- go get -v github.com/onsi/gomega
- go get -v -t ./...
- export PATH=$PATH:$HOME/gopath/bin
- go get -u github.com/modocache/gover
- go get -u github.com/mattn/goveralls

script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2 .
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2 .
- gover
- goveralls -coverprofile=gover.coverprofile -repotoken $COVERALLS_TOKEN

0 comments on commit c62f3cb

Please sign in to comment.