-
Notifications
You must be signed in to change notification settings - Fork 225
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
Rubycritic Not Displaying Coverage Information in Rails Project #475
Comments
Hi @mzagaja! can you share reproducible steps? versions? logs? thanks! |
@JuanVqz I've attached a sample
I think that should mostly cover everything. Let me know if you need anything else, otherwise 👀 on the |
@mzagaja I'm able to reproduce it and have a workaround for it. I had to install and run the simplecov gem, it will generate a folder called I'm unsure if that is something expected, I'll debug more. |
Thanks, I didn't realize I failed to leave a note indicating this workaround worked. Appreciate it! |
@mzagaja I'm still down to debug this but haven't had the chance yet, will ping you when solved, 👍 |
When I run
rubycritic
in my Rails project, I get an output that shows no code coverage despite a regular SimpleCov run in the project showing the coverage. I don't see any documentation about setting up configuration for rubycritic and simplecov, so presume this is a bug with the current version.The text was updated successfully, but these errors were encountered: