Fix coveralls report (#2118)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-02-20 04:35:41 -08:00 committed by GitHub
parent 220ee035ac
commit 9dd5b0b023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ cover:
@echo "+ $@" @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 @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 gover
goveralls -coverprofile=gover.coverprofile -service travis-ci -repotoken $$COVERALLS_TOKEN goveralls -coverprofile=gover.coverprofile -service travis-ci
.PHONY: vet .PHONY: vet
vet: vet: