diff --git a/Makefile b/Makefile index 7afe8da78..44a54b69f 100644 --- a/Makefile +++ b/Makefile @@ -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: