mirror of
https://github.com/k8snetworkplumbingwg/whereabouts.git
synced 2025-06-03 06:42:26 +00:00
14 lines
197 B
YAML
14 lines
197 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test -short -coverprofile=coverage.txt -covermode=count ./...
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|