upload test converage report to codecov

This commit is contained in:
Will Norris 2019-03-22 08:12:18 +00:00
parent c661aad66b
commit b984bd0796
2 changed files with 5 additions and 2 deletions

View file

@ -18,4 +18,7 @@ env:
script:
- diff -u <(echo -n) <(gofmt -d -s .)
- go vet ./...
- go test -v ./...
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)