v0.11.0.beta1
Pre-release
Pre-release
Changes ruby support to 2.4+, adds branch coverage support. Meant to be used with simplecov 0.18
Breaking Changes
- Drops support for EOL'ed ruby versions, new support is ~> 2.4
Enhancements
- Support/display of branch coverage from simplecov 0.18.0.beta1, little badges saying
hit_count, positive_or_negative
will appear next to lines if branch coverage is activated.0, +
means positive branch was never hit,2, -
means negative branch was hit twice - Encoding compatibility errors are now caught and printed out