Enable coveralls
This commit is contained in:
parent
850af9329d
commit
61f124d786
3 changed files with 7 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue