Skip to content

Commit

Permalink
ci: attempt to enable codecov.io (mmcloughlin#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 9, 2019
1 parent 90d3f9f commit b1f036a
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 @@ -8,3 +8,5 @@ script:
- go test -bench . ./...
- ./script/coverage
- ./script/lint
after_success:
- bash <(curl -s https://codecov.io/bash) -f all.coverprofile

0 comments on commit b1f036a

Please sign in to comment.