mirror of
https://github.com/cbeuw/Cloak.git
synced 2024-11-03 23:15:18 +00:00
11 lines
167 B
YAML
11 lines
167 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14"
|
|
|
|
script:
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|