LarsHill / metadict

MetaDict is a powerful dict subclass enabling (nested) attribute-style item access/assignment and IDE autocompletion support.
Apache License 2.0
33 stars 0 forks source link

Fix copy function and remove slow recursive conversion of newly added nested dict objects #7

Closed LarsHill closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 97.70% // Head: 97.66% // Decreases project coverage by -0.04% :warning:

Coverage data is based on head (b52a71f) compared to base (12ec382). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7 +/- ## ========================================== - Coverage 97.70% 97.66% -0.05% ========================================== Files 3 3 Lines 174 171 -3 ========================================== - Hits 170 167 -3 Misses 4 4 ``` | [Impacted Files](https://codecov.io/gh/LarsHill/metadict/pull/7?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lars+Hillebrand) | Coverage Δ | | |---|---|---| | [metadict/metadict.py](https://codecov.io/gh/LarsHill/metadict/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lars+Hillebrand#diff-bWV0YWRpY3QvbWV0YWRpY3QucHk=) | `97.45% <ø> (-0.05%)` | :arrow_down: | | [metadict/\_\_about\_\_.py](https://codecov.io/gh/LarsHill/metadict/pull/7/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lars+Hillebrand#diff-bWV0YWRpY3QvX19hYm91dF9fLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lars+Hillebrand). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Lars+Hillebrand)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.