You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had simplecov-html tell me my coverage was 98.45. Changed the config, and now simplecov tells me my coverage is lower that what I configured. Since simplecov compares using <, I think it’s necessary for simplecov-html to use #floor as suggested in this issue.
Branch Coverage: 98.45% (760 / 772)
Branch coverage (98.44%) is below the expected minimum coverage (98.45%).
This is a follow-up of simplecov-ruby/simplecov#679
I'm having a 100% test coverage with some missed lines
I suggest to stick with using
Float#floor
instead ofround
as simplecov does.The changes would be in :
Are you open to merge pull requests? I can submit one
The text was updated successfully, but these errors were encountered: