-
Notifications
You must be signed in to change notification settings - Fork 63
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
after-build issue with latest simplecov #102
Comments
Hi @Yanchek99 , Dave here with Code Climate. Unfortunately, Code Climate's test reporter isn't compatible with the latest version of SimpleCov. We're actively in touch with the maintainers, and we hope to resolve this in the near future. You can keep track of our progress here: codeclimate/test-reporter#413 For now, the simplest solution is for you to revert back to your previous version of SimpleCov. |
Hey @davehenton, Thanks for quickly commenting on this. I can rollback SimpleCov for now not a problem. I will close this in favor of the other issue. Thanks again. |
Code Climate does not have an official GitHub action, but there are a few tricky cases that need worked around making it undesirable to use the shell scripts directly. What has caused the most headaches is the absence of required ENV variables for branch and SHA that need conditional handling depending on where the commit came from (commit, pull request, fork, etc). By using a community plugin, the hope is to simplify action config for this project and avoid these gotchas. This also pins the version of SimpleCov to 0.17.x to fix an issue where Code Climate's reporter does not current support versions >= 0.18 (paambaati/codeclimate-action#102 (comment)).
Odd behaviors happening with latest simplecov, seems like an issue getting the committed at timestamp which seems unrelated to the simplecov update but wanted to mention just incase.
SimpleCov version 0.18.2
CI Code
Error
The text was updated successfully, but these errors were encountered: