coverage: switch to codecov

parent 96522942
...@@ -12,8 +12,11 @@ install: true ...@@ -12,8 +12,11 @@ install: true
script: script:
- make deps - make deps
- gx-go rewrite - gx-go rewrite
- go get github.com/mattn/goveralls - go test -race -coverprofile=unittest.coverprofile -covermode=atomic ./...
- goveralls -service=travis-ci
after_success:
- bash <(curl -s https://codecov.io/bash) -f unittest.coverprofile -F unittest
cache: cache:
directories: 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