mirror of
https://github.com/rls-moe/nyx
synced 2025-04-20 06:18:38 +00:00
12 lines
169 B
YAML
12 lines
169 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
- master
|
|
|
|
script:
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|