Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have vcr ignore codeclimate as host #127

Merged
merged 1 commit into from
Mar 2, 2015
Merged

have vcr ignore codeclimate as host #127

merged 1 commit into from
Mar 2, 2015

Conversation

sgreen-r7
Copy link
Contributor

Coverage report generated for RSpec to /home/travis/build/rapid7/nexpose-client/coverage. 2185 / 4782 LOC (45.69%) covered.
Coverage = 45.69%. Sending report to https://codeclimate.com for branch ruby_215_update... Code Climate encountered an exception: VCR::Errors::UnhandledHTTPRequestError

Hey! Looks like you are using VCR, which will prevent the codeclimate-test-reporter from reporting results to codeclimate.com.
Add the following to your spec or test helper to ensure codeclimate-test-reporter can post coverage results:
VCR.configure do |config|
# your existing configuration
config.ignore_hosts 'codeclimate.com'
end

If this doesn't work, please consult https://codeclimate.com/docs#test-coverage-troubleshooting

@sgreen-r7 sgreen-r7 added the Bug label Mar 2, 2015
erran-r7 added a commit that referenced this pull request Mar 2, 2015
have vcr ignore codeclimate as host
@erran-r7 erran-r7 merged commit bf97c00 into master Mar 2, 2015
@erran-r7 erran-r7 deleted the vcr_fix branch March 2, 2015 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants