Merge pull request #47 from tabrath/fix/codecov

Switched to codecov
This commit is contained in:
Jakub Sztandera
2017-07-19 21:40:21 +02:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
.vscode/
+4 -1
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:
-1
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