Switch to codecov

This commit is contained in:
Yasuhiro Matsumoto 2019-06-22 01:54:32 +09:00
parent 559ed99cdf
commit b9fd2452d6
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
2 changed files with 21 additions and 3 deletions

View file

@ -1,8 +1,14 @@
language: go
sudo: false
go:
- 1.8.x
- tip
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get -t -v ./...
script:
- $HOME/gopath/bin/goveralls -repotoken u2dqXvOxbIBr8eGxCjcgTkkN2JOSGx1fy
- ./go.test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)