mirror of
https://git.mills.io/prologic/zs
synced 2024-11-25 14:56:12 +03:00
17 lines
199 B
YAML
17 lines
199 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- release
|
|
- tip
|
|
|
|
before_install:
|
|
- pip install --user codecov
|
|
after_success:
|
|
- codecov
|
|
|
|
script:
|
|
- go test -coverprofile=coverage.txt -covermode=atomic
|