Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First time I tried the gem I got an error that
.positive?
is not a method on Hash.I traced this back to an error with the method:
Where seemingly the shape of
SimpleCov.minimum_coverage
had maybe changed or was not what the last line of the method expected.Looking at the open issues and the PRs on the gem, someone already solved this issue with a PR, but the PR has not been merged and this gem seems to not be maintained. Note, despite this being unmaintained, it feels generally low risk, and will keep an eye on depandabot alerts for any security concerns.
As a result, forked this gem and leveraged this authors suggested update: MarcGrimme#16