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
This PR adds a configuration to tell Dependabot to update the versions used for some well-known GitHub Actions, such as checkout, in order to avoid deprecation warnings when those get too old. Documentation
This PR adds a configuration to tell Dependabot to update the versions used for some well-known GitHub Actions, such as
checkout
, in order to avoid deprecation warnings when those get too old. Documentation