Skip to content
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

Purl-related improvements #9304

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Purl-related improvements #9304

wants to merge 6 commits into from

Conversation

sschuberth
Copy link
Member

Please have a look at the individual commit messages for the details.

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

Attention: Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.

Project coverage is 67.26%. Comparing base (ed4bccf) to head (7647ee3).

Files with missing lines Patch % Lines
model/src/main/kotlin/utils/PurlUtils.kt 76.92% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #9304      +/-   ##
============================================
+ Coverage     66.29%   67.26%   +0.97%     
  Complexity     1201     1201              
============================================
  Files           239      239              
  Lines          8446     8450       +4     
  Branches        905      908       +3     
============================================
+ Hits           5599     5684      +85     
+ Misses         2478     2394      -84     
- Partials        369      372       +3     
Flag Coverage Δ
funTest-docker 60.07% <ø> (ø)
funTest-non-docker 33.61% <0.00%> (-1.10%) ⬇️
test 37.36% <76.92%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Implement the pseudo-algorithm described at [1]. Most importantly, '/'
in namespaces are now not escaped anymore (also see the lengthy
discussion at [2]), key names are lower-cased, and qualifiers are sorted
for comparability.

[1]: https://github.com/package-url/purl-spec/blob/master/PURL-SPECIFICATION.rst#how-to-build-purl-string-from-its-components
[2]: package-url/purl-spec#176

Signed-off-by: Sebastian Schuberth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant