grodowski / undercover

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports

Home Page:https://undercover-ci.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loosen requirement on rugged ?

kuahyeow opened this issue · comments

Is it possible to loosen the gem version requirement for rugged ? We are currently using the 1.2.0 version of rugged.

Maybe it's possible to use < 2.0, similar to https://rubygems.org/gems/licensee ?

Oh this was already done in https://github.com/grodowski/undercover/blob/master/undercover.gemspec#L30. @grodowski, is it possible to publish a new version of the gem ?

Thanks for bringing this up @kuahyeow, pushing a new tag soon!

Thanks ! Looking forward to using this in GitLab (see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74859)

Done and included in 0.4.4. Thanks for reporting @kuahyeow