archived-codacy / ruby-codacy-coverage

DEPRECATED Post coverage results to Codacy
12 stars 11 forks source link

cannot load rest_client #13

Closed andrebras closed 8 years ago

andrebras commented 8 years ago

Hi,

https://github.com/codacy/ruby-codacy-coverage/compare/0.1.0...andrebras:0.1.1

Tag 0.1.0 doesn't add rest-client as a runtime dependency. When adding the lines below to your rails_helper.rb or spec_helper.rb:

require 'codacy-coverage'
Codacy::Reporter.start

fails while running specs.

cannot load such file -- rest_client (LoadError)

Cheers.

machadoit commented 8 years ago

Hi @andrebras,

I created a ticket to review this issue, the fix you made in your fork solves the problem? We do accept pull request if you want to contribute =)

machadoit commented 8 years ago

The new release https://github.com/codacy/ruby-codacy-coverage/releases/tag/1.0.0 will hopefully fit your needs =)