octocatalog-diff icon indicating copy to clipboard operation
octocatalog-diff copied to clipboard

Fix issue 261 github#261

Open marek130 opened this issue 5 months ago • 0 comments

Overview

This pull request fixed issue https://github.com/github/octocatalog-diff/issues/261

Checklist

  • [x] Make sure that all of the tests pass, and fix any that don't. Just run rake in your checkout directory, or review the CI job triggered whenever you push to a pull request.
  • [x] Make sure that there is 100% test coverage by running rake coverage:spec or ignoring untestable sections of code with # :nocov comments. If you need help getting to 100% coverage please ask; however, don't just submit code with no tests.
  • [x] If you have added a new command line option, we would greatly appreciate a corresponding integration test that exercises it from start to finish. This is optional but recommended.
  • [x] If you have added any new gem dependencies, make sure those gems are licensed under the MIT or Apache 2.0 license. We cannot add any dependencies on gems licensed under GPL.
  • [x] If you have added any new gem dependencies, make sure you've checked in a copy of the .gem file into the vendor/cache directory.

marek130 avatar Sep 11 '25 08:09 marek130