13 lines
165 B
YAML
13 lines
165 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.x"
|
||
|
|
||
|
go_import_path: 4d63.com/tz
|
||
|
|
||
|
script:
|
||
|
- go test -coverprofile=coverage.txt
|
||
|
|
||
|
after_success:
|
||
|
- bash <(curl -s https://codecov.io/bash)
|