Cloak/.travis.yml
2020-04-14 14:14:51 +01:00

11 lines
183 B
YAML

language: go
go:
- "1.14"
script:
- go test -race -coverprofile=coverage.txt -coverpkg=./... -covermode=atomic ./...
after_success:
- bash <(curl -s https://codecov.io/bash)