Fix coveralls report

This commit is contained in:
Manuel de Brito Fontes 2018-02-20 09:12:43 -03:00
parent 220ee035ac
commit b7b23d6323
No known key found for this signature in database
GPG key ID: 786136016A8BA02A

View file

@ -167,7 +167,7 @@ cover:
@echo "+ $@"
@go list -f '{{if len .TestGoFiles}}"go test -coverprofile={{.Dir}}/.coverprofile {{.ImportPath}}"{{end}}' $(shell go list ${PKG}/... | grep -v vendor | grep -v '/test/e2e') | 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: