-
Notifications
You must be signed in to change notification settings - Fork 597
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
confdb: process alternative types in order #15067
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #15067 +/- ##
=======================================
Coverage 78.07% 78.07%
=======================================
Files 1182 1179 -3
Lines 157743 157656 -87
=======================================
- Hits 123154 123089 -65
+ Misses 26943 26926 -17
+ Partials 7646 7641 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fri Feb 14 19:25:32 UTC 2025 Failures:Preparing:
Executing:
Restoring:
|
c93e72d
to
6f6706b
Compare
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.
Thanks!
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!
Allow alternatives to mix ephemeral and non-ephemeral types and process each type in order, taking the first matching alternative's ephemeral tag in consideration when pruning. Signed-off-by: Miguel Pires <[email protected]>
6f6706b
to
93b4189
Compare
Allow alternatives to mix ephemeral and non-ephemeral types and process each type in order, taking the first matching alternative's ephemeral tag in consideration when pruning.