Skip to content

Commit

Permalink
coverage: switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubuxu committed Dec 16, 2016
1 parent 9652294 commit f73524b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ install: true
script:
- make deps
- gx-go rewrite
- go get github.com/mattn/goveralls
- goveralls -service=travis-ci
- go test -race -coverprofile=unittest.coverprofile -covermode=atomic ./...


after_success:
- bash <(curl -s https://codecov.io/bash) -f unittest.coverprofile -F unittest

cache:
directories:
Expand Down
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: off

0 comments on commit f73524b

Please sign in to comment.