Skip to content

Commit

Permalink
Add an experimental integration with Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrogovoy committed Sep 26, 2017
1 parent a8daa5c commit cf94f97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ language: go

go:
- 1.9

script:
- go test -race -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit cf94f97

Please sign in to comment.