Skip to content

Commit

Permalink
Merge pull request #258 from mozilla-services/fix-ci
Browse files Browse the repository at this point in the history
ci: drop -repotoken arg to goveralls
  • Loading branch information
g-k committed Mar 28, 2019
2 parents 91cbd68 + 0e643fc commit 67783cd
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 @@ -72,7 +72,7 @@ jobs:
name: Report coverage
command: |
cd $GOPATH/src/go.mozilla.org/autograph
$GOPATH/bin/goveralls -coverprofile=coverage.out -service circle-ci -repotoken $COVERALLS_TOKEN
$GOPATH/bin/goveralls -coverprofile=coverage.out -service circle-ci
build:
# based on the official golang image with more docker stuff
Expand Down

0 comments on commit 67783cd

Please sign in to comment.