blob: 714bd3dd1c98495503bdef9b15bc0ccaa42d19bf [file] [log] [blame]
language: go
go:
- 1.x
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)