grosser / single_cov

Actionable code coverage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different behavior with ruby >= 2.5

ddnexus opened this issue · comments

Hi @grosser
single_cov is counting (or not) different lines with different rubies.
Please, take a look at these 2 builds in travis:

I could conditionally add the uncovered line and make it work, but maybe you can provide a more consistent behavior through ruby versions?

SingleCov.setup <type>, branches: false
... but best to just fix the coverage :)

Thanks! I missed the branches!