We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 following #413 I managed to get simplecov 0.21.2 going for my project (thank you all involved 🙏 )
0.21.2
I have a related question: does anyone know if codeclimate supports the branching feature? I looked but could not see it anywhere in the docs.
I made a spec that deliberately does not cover a branch:
Which shows nicely in the simplecov report:
But it shows as 100% covered in the codeclimate output (via the browser plugin and the UI):
The text was updated successfully, but these errors were encountered:
Hey @gondalez ! Thanks for bringing this to our attention. We indeed don't support branching coverage or any partial line coverage in the moment.
I will take this to our team.
Sorry, something went wrong.
I am interested in tracking branch coverage in code climate as well in my projects.
A teammate (@HookyQR) built a tool called uncover that helped us get feedback from codeclimate on missed branches.
I'm posting it here since I figure it may help others looking for this feature. Contributions welcome!
filipesperandio
No branches or pull requests
After following #413 I managed to get simplecov
0.21.2
going for my project (thank you all involved 🙏 )I have a related question: does anyone know if codeclimate supports the branching feature?
I looked but could not see it anywhere in the docs.
I made a spec that deliberately does not cover a branch:
Which shows nicely in the simplecov report:
But it shows as 100% covered in the codeclimate output (via the browser plugin and the UI):
The text was updated successfully, but these errors were encountered: