Skip to content

Commit

Permalink
Fix goveralls command
Browse files Browse the repository at this point in the history
  • Loading branch information
caalberts committed Oct 24, 2018
1 parent 0603cd3 commit ba630cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: make build
- run: go get github.com/mattn/goveralls
- run: make test-cover
- run: /go/bin/goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- run: /go/bin/goveralls -coverprofile=coverage.out -service=circle-ci -repotoken $COVERALLS_TOKEN
release:
docker:
- image: circleci/golang:1.10
Expand Down

0 comments on commit ba630cb

Please sign in to comment.