switched to codecov

This commit is contained in:
Trond Bråthen 2017-02-25 11:25:18 +01:00
parent 5ea81f9b8a
commit 525acb7bc4
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode/

View File

@ -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:

View File

@ -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