codeclimate / ruby-test-reporter

DEPRECATED Uploads Ruby test coverage data to Code Climate
https://codeclimate.com
Other
92 stars 92 forks source link

README Usage instructions are wrong. #184

Closed cgriego closed 7 years ago

cgriego commented 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.

dblandin commented 7 years ago

@cgriego You're totally right! Good catch.

I've updated the README in #185. Thanks for the issue 👍