Skip to content

Commit

Permalink
Fix coveralls report (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Feb 20, 2018
1 parent 220ee03 commit 9dd5b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9dd5b0b

Please sign in to comment.