You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
whenver I run COVERAGE=true rspec command i get the error:
Unable to activate codeclimate-test-reporter-1.0.8, because simplecov-0.16.1 conflicts with simplecov (<= 0.13)
something to do with versions I am assuming?
The text was updated successfully, but these errors were encountered:
This gem has been deprecated. Please refer to this comment
Alternatively, you can check out the dependencies in the gemspec file which indeed lists simplecov <= 0.13
My solution would be to run bundle update codeclimate-test-reporter which will downgrade the version of simplecov. This will further introduce breaking changes.
The best way would be to refer the README and use the new reporting method linked there.
This is correct although somewhere down my list is to convince codeclimate to change their strategy for their test reporter and revive the old one... but that's far inbetween.
whenver I run COVERAGE=true rspec command i get the error:
Unable to activate codeclimate-test-reporter-1.0.8, because simplecov-0.16.1 conflicts with simplecov (<= 0.13)
something to do with versions I am assuming?
The text was updated successfully, but these errors were encountered: