Skip to content

Commit

Permalink
run coveralls from outside the container environment
Browse files Browse the repository at this point in the history
  • Loading branch information
John Frey committed Aug 19, 2016
1 parent ed2eab1 commit ea0a266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ test-local: lint-local
@ginkgo -race -trace -randomizeAllSpecs -r -cover

coveralls:
@${DOCKER_CMD} make coveralls-local

coveralls-local:
@go get github.com/mattn/goveralls
@go get github.com/modocache/gover
@go get golang.org/x/tools/cmd/cover
@gover
@goveralls -coverprofile=gover.coverprofile -service=travis-ci

Expand Down

0 comments on commit ea0a266

Please sign in to comment.