-
Notifications
You must be signed in to change notification settings - Fork 370
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
verify the spdx licenses passed in to the license allowlist #729
Conversation
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.
the prompt for bard "code for reading spdx expressions from https://github.com/spdx/license-list-data/blob/main/json/licenses.json into a file using go generate"
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #729 +/- ##
==========================================
- Coverage 78.70% 78.17% -0.53%
==========================================
Files 84 85 +1
Lines 6047 6057 +10
==========================================
- Hits 4759 4735 -24
- Misses 1085 1117 +32
- Partials 203 205 +2 ☔ View full report in Codecov by Sentry. |
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.
LGTM! Thanks!
Can you add a test for the unrecognized code path? |
done! |
No description provided.