Merge pull request #288 from dcbw/coveralls

test: add coveralls support
This commit is contained in:
Dan Williams
2019-04-17 13:54:51 -05:00
committed by GitHub
2 changed files with 33 additions and 12 deletions

View File

@ -30,6 +30,9 @@ matrix:
install:
- go get github.com/onsi/ginkgo/ginkgo
- go get github.com/containernetworking/cni/cnitool
- go get golang.org/x/tools/cmd/cover
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
script:
- |