-
Notifications
You must be signed in to change notification settings - Fork 280
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
Missing coverage in Codacy #583
Comments
@jondeandres any thoughts on getting test coverage reporting to CodeClimate? |
I had enabled it on our spec_helper.rb file, https://github.com/rollbar/rollbar-gem/blob/master/spec/spec_helper.rb#L1-L14, but the required gems are not present in our gemfiles, so that may be the reason because https://codeclimate.com/repos/537e61f8e30ba05e65002eaa/settings/test_reporter is empty. I will take a look at this. |
I haven't been very happy with CodeClimate but Codacy seems great. Let's set up test coverage there. https://www.codacy.com/app/Rollbar/rollbar-gem/settings/coverage#IntegrationsTab |
Hi there, I’m closing out all issues opened before 2018 that haven’t had any activity on them since the start of this year. If this is still an issue for you, please comment here and we can reopen this. Thanks! |
Reopening so that we can get coverage info reported to Codacy. |
Issue #583: Enable Codecy coverage with simplecov
With the linked PR, this is working now. |
https://codeclimate.com/github/rollbar/rollbar-gem
Looks like @jondeandres had this working at one point or at least tried to get it working.
The text was updated successfully, but these errors were encountered: