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

Fix ObjectLocator not working when BOM doesn't have a metadata.component node #456

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Jul 11, 2024

Fixes #455

@nscuro nscuro added the bug Something isn't working label Jul 11, 2024
@nscuro nscuro requested a review from a team as a code owner July 11, 2024 17:13
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.79% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (e2f7db6) 5928 4332 73.08%
Head commit (1e97a11) 5932 (+4) 4382 (+50) 73.87% (+0.79%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#456) 14 14 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@stevespringett stevespringett merged commit acce018 into CycloneDX:master Aug 5, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ObjectLocator doesn't work when BOM doesn't have a metadata.component node
2 participants