-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce a license finding score #5131
Conversation
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
That name is more fitting as the class contains more than just the expression. Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
Note that FossID does not seem to have the concept of a "score" to parse for. |
Codecov Report
@@ Coverage Diff @@
## main #5131 +/- ##
============================================
- Coverage 72.29% 72.29% -0.01%
Complexity 1918 1918
============================================
Files 254 254
Lines 13627 13633 +6
Branches 1913 1914 +1
============================================
+ Hits 9852 9856 +4
- Misses 2775 2776 +1
- Partials 1000 1001 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a test for the score to AbstractScannerFunTest
would be nice.
I'll look into that separately as that requires some refactoring. |
See #5133. |
Please have a look at the individual commit messages for the details.