Skip to content

Commit

Permalink
Add Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Arimeka committed Apr 10, 2019
1 parent 132eccc commit 01c340f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ script:
- diff -u <(echo -n) <(go vet ./)
- diff -u <(echo -n) <(golint ./)
- go test -v -race -covermode=atomic -coverprofile=coverage.out

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

0 comments on commit 01c340f

Please sign in to comment.