Adding codecov coverage tooling.

This commit is contained in:
Garrett D'Amore 2017-08-07 09:48:45 -07:00
parent 98527ba5f4
commit 831f7d0487
1 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,12 @@ go:
- 1.7.x
- 1.8.x
- master
before_install:
- go get -t -v ./...
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)