coverage: switch to codecov

parent 96522942
......@@ -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:
......
comment: off
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment