Commit 525acb7b authored by Trond Bråthen's avatar Trond Bråthen

switched to codecov

parent 5ea81f9b
.vscode/
......@@ -14,7 +14,10 @@ before_install:
script:
- go vet
- $GOPATH/bin/goveralls -service="travis-ci"
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
......
......@@ -3,7 +3,6 @@ gx:
go get github.com/whyrusleeping/gx-go
covertools:
go get github.com/mattn/goveralls
go get golang.org/x/tools/cmd/cover
deps: gx covertools
......
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