Fix dictconfig resetting child loggers#70
Merged
tonybaloney merged 1 commit intoSep 13, 2022
Conversation
Codecov Report
@@ Coverage Diff @@
## main #70 +/- ##
==========================================
+ Coverage 85.55% 86.01% +0.46%
==========================================
Files 11 11
Lines 2125 2124 -1
==========================================
+ Hits 1818 1827 +9
+ Misses 307 297 -10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Collaborator
|
Thanks @aminalaee I'll raise another issue to improve the coverage of the config submodule as well |
tonybaloney
self-requested a review
September 13, 2022 02:35
tonybaloney
approved these changes
Sep 13, 2022
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.
Fixes #67 .
The code was using the CPython version with PlaceHolder, it didn't have test coverage. This adds the tests and fixes the issue.