mirror of
https://github.com/make-42/hayai.git
synced 2025-01-18 18:47:10 +01:00
13 lines
178 B
YAML
13 lines
178 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.8
|
|
- 1.13
|
|
- master
|
|
|
|
script:
|
|
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|