4f63f283c4
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
8 lines
205 B
YAML
Vendored
8 lines
205 B
YAML
Vendored
language: go
|
|
go:
|
|
- tip
|
|
before_install:
|
|
- go get github.com/mattn/goveralls
|
|
- go get golang.org/x/tools/cmd/cover
|
|
script:
|
|
- $HOME/gopath/bin/goveralls -repotoken lAKAWPzcGsD3A8yBX3BGGtRUdJ6CaGERL
|