Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #564 +/- ##
==========================================
- Coverage 98.24% 97.76% -0.48%
==========================================
Files 15 17 +2
Lines 171 224 +53
Branches 10 13 +3
==========================================
+ Hits 168 219 +51
- Misses 3 5 +2
🚀 New features to boost your workflow:
|
f32e6a9 to
eb48486
Compare
eb48486 to
4d19215
Compare
b943147 to
9a0b10e
Compare
9a0b10e to
5f2cde7
Compare
5f2cde7 to
c509562
Compare
c509562 to
34fd7d8
Compare
…xt through MDC with IO and IOLocal from Cats Effect 3
34fd7d8 to
bdd6584
Compare
…ct 3 to properly share context through MDC with IO and IOLocal from Cats Effect 3
- Update cats-effect 3 to `3.6.3` - Optimize `Ce3MdcAdapter` and `Ce3MdcAdapterWithIoRuntime` by caching `localContext.unsafeThreadLocal()` to `threadLocalContext` - Enable `Test / fork` in `logbackMdcCatsEffect3` settings - Update tests in `Ce3MdcAdapterSpec` and `Ce3MdcAdapterWithIoRuntimeSpec` - Enable debug logging in MDC adapters
bdd6584 to
eddccc8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Close #441 - Add
MdcAdapterfor Cats Effect 3 to properly share context throughMDCwithIOandIOLocalfrom Cats Effect 3