Skip to content

Commit

Permalink
travis: Upload coverage report to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Mar 5, 2018
1 parent ac13be2 commit 4bb8604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ matrix:
- go: tip
fast_finish: true
script:
- go test ./lib -coverprofile=coverage.txt -covermode=atomic
- go test -race ./lib -coverprofile=coverage.txt -covermode=atomic
install:
- go get -v -d -t ./...
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 4bb8604

Please # to comment.