Skip to content

Commit

Permalink
Merge pull request #33 from rekby-forks/fix-coverall
Browse files Browse the repository at this point in the history
don't fail on upload coverage stats
  • Loading branch information
hexdigest authored May 13, 2019
2 parents 12b7496 + be88ff2 commit 8bae907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ script:
- cd tests/
- go test -c -covermode=count -coverpkg=github.com/gojuno/minimock/tests
- ./tests.test -test.coverprofile coverage.cov

after_script:
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.cov

0 comments on commit 8bae907

Please sign in to comment.