Closed cgriego closed 7 years ago
The README instructs the user to run the following:
CODECLIMATE_REPO_TOKEN=my_token bundle exec rspec && bundle exec codeclimate-test-reporter
However, the CODECLIMATE_REPO_TOKEN environment variable will only be exposed to the bundle exec rspec process and not to the bundle exec codeclimate-test-reporter process.
CODECLIMATE_REPO_TOKEN
bundle exec rspec
bundle exec codeclimate-test-reporter
@cgriego You're totally right! Good catch.
I've updated the README in #185. Thanks for the issue 👍
The README instructs the user to run the following:
However, the
CODECLIMATE_REPO_TOKEN
environment variable will only be exposed to thebundle exec rspec
process and not to thebundle exec codeclimate-test-reporter
process.