SimpleCov v0.21.2 Release Notes
Release Date: 2021-01-09 // over 2 years ago-
๐ Bugfixes
maximum_coverage_drop
won't fail any more if.last_run.json
is still in the old format. Thanks @petertellgrenmaximum_coverage_drop
won't fail if an expectation is specified for a previous unrecorded criterion, it will just pass (there's nothing, so nothing to drop)- fixed bug in
maximum_coverage_drop
calculation that could falsely report it had dropped for minimal differences
Previous changes from v0.21.1
-
๐ Bugfixes
minimum_coverage_by_file
works again as expected (errored out before ๐ฑ)