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(compose): Ignore definition files from vendor directories #8981

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

sschuberth
Copy link
Member

In addition to 471a65d, also ignore any composer.json files from vendor directories before resolving dependencies. This avoids packages for dependencies being recognized as projects by the ORT analyzer.

@sschuberth sschuberth requested a review from a team as a code owner August 13, 2024 12:08
@sschuberth sschuberth enabled auto-merge (rebase) August 13, 2024 12:08
Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.02%. Comparing base (dc9a0dc) to head (ccd03df).
Report is 13 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8981      +/-   ##
============================================
+ Coverage     67.97%   68.02%   +0.05%     
  Complexity     1158     1158              
============================================
  Files           241      241              
  Lines          7690     7690              
  Branches        867      867              
============================================
+ Hits           5227     5231       +4     
+ Misses         2106     2103       -3     
+ Partials        357      356       -1     
Flag Coverage Δ
funTest-docker 67.39% <ø> (ø)
funTest-non-docker 33.92% <ø> (ø)
test 37.91% <ø> (+0.05%) ⬆️

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.

In addition to 471a65d, also ignore any `composer.json` files from
`vendor` directories before resolving dependencies. This avoids packages
for dependencies being recognized as projects by the ORT analyzer.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth force-pushed the composer-no-vendor-projects branch from 8cace5b to ccd03df Compare August 14, 2024 20:13
@sschuberth sschuberth merged commit 6160df2 into main Aug 15, 2024
22 checks passed
@sschuberth sschuberth deleted the composer-no-vendor-projects branch August 15, 2024 07:18
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.

2 participants