Open
Description
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):