zendesk / setup-check-codeowners

A script to check .github/CODEOWNERS, and a GitHub Action to install it
MIT License
1 stars 2 forks source link

Debug fix #26

Closed zdrve closed 2 years ago

zdrve commented 2 years ago

check-codeowners has a --debug option, which dumps a load of internal calculations out as json. This tiny section of code (a) had a bug and (b) didn't have any test coverage.

Bug fix and test coverage, and also rename a variable for clarity.