Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update travis.yml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
klautcomputing authored Nov 1, 2017
1 parent a141466 commit e0e121e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ go:
script:
- make setup
- make test
- go test -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit e0e121e

Please sign in to comment.