test: add coveralls support

This commit is contained in:
Dan Williams
2019-04-03 13:03:17 -05:00
parent 18874aac7d
commit 229ec3602d
2 changed files with 33 additions and 12 deletions

View File

@ -29,6 +29,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:
- |