Enable coveralls

This commit is contained in:
Manuel de Brito Fontes 2016-11-23 23:18:48 -03:00
parent 850af9329d
commit 61f124d786
3 changed files with 7 additions and 4 deletions

View file

@ -46,7 +46,7 @@ test-e2e: ginkgo
cover:
@go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' ${GO_LIST_FILES} | xargs -L 1 sh -c
gover
goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken ${COVERALLS_TOKEN}
goveralls -coverprofile=gover.coverprofile -service travis-ci
.PHONY: vet
vet: