Skip to content

Conversation

zeitlinger
Copy link
Member

No description provided.

Copy link

codecov bot commented Sep 12, 2025

Codecov Report

❌ Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.00%. Comparing base (9868c85) to head (df5c3c0).

Files with missing lines Patch % Lines
...incubator/fileconfig/DeclarativeConfiguration.java 76.92% 3 Missing ⚠️

❌ Your patch check has failed because the patch coverage (76.92%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7654      +/-   ##
============================================
- Coverage     90.01%   90.00%   -0.01%     
- Complexity     7093     7095       +2     
============================================
  Files           803      803              
  Lines         21462    21472      +10     
  Branches       2093     2093              
============================================
+ Hits          19319    19326       +7     
- Misses         1477     1480       +3     
  Partials        666      666              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

maybeRegisterShutdownHook(fromFileConfiguration.getOpenTelemetrySdk());
OpenTelemetrySdk openTelemetrySdk = fromFileConfiguration.getOpenTelemetrySdk();
maybeRegisterShutdownHook(openTelemetrySdk);
callAutoConfigureListeners(spiHelper, openTelemetrySdk);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we write a simple test to verify this happens?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that turned out to be very helpful - it didn't work before...

@zeitlinger zeitlinger force-pushed the declarative-config-auto-config-listener branch from c9ff575 to df5c3c0 Compare September 16, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Awaiting Review
Development

Successfully merging this pull request may close these issues.

2 participants