Closed karacolada closed 5 months ago
Package | Line Rate | Branch Rate | Health |
---|---|---|---|
. | 61% | 35% | ➖ |
config | 100% | 100% | ✔ |
controllers | 86% | 56% | ✔ |
evaluators | 48% | 27% | ❌ |
harvester | 58% | 48% | ➖ |
helper | 65% | 55% | ➖ |
models | 75% | 85% | ✔ |
Summary | 63% (7720 / 12173) | 55% (3306 / 6024) | ➖ |
Description
Added
"(\\w*/)*COPYING"
to recognise older license file names such as in https://github.com/ebreitmo/bolt.Related issue: #30
Motivation and context
Repositories that have a license file called
COPYING
are now recognised to have a license file. These files were used especially for GPL. This behaviour is consistent e.g. with GitHub's own license recognition capabilities.How has this been tested?
Ran against
ebreitmo/bolt
andsoftwaresaved/fuji
repositories, which produced the expected results. Automated tests will run after creating the PR.Types of changes
Checklist