ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

enhancement/fix/change: re-organization/normalization of builtin back-ends with switch of new file based test data for them #159

Closed ssato closed 7 months ago

ssato commented 7 months ago

change:

enhancements:

fixes:

codecov[bot] commented 7 months ago

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (be327b0) 95.11% compared to head (838f5b0) 95.87%. Report is 8 commits behind head on next.

Files Patch % Lines
tests/common/load.py 85.00% 3 Missing :warning:
tests/common/dumper.py 93.54% 2 Missing :warning:
tests/common/loader.py 91.66% 2 Missing :warning:
tests/backend/dumpers/toml/test_toml_tomllib.py 95.45% 1 Missing :warning:
tests/backend/loaders/toml/test_toml_tomllib.py 95.65% 1 Missing :warning:
tests/common/load_py.py 96.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #159 +/- ## ========================================== + Coverage 95.11% 95.87% +0.75% ========================================== Files 203 271 +68 Lines 4504 4630 +126 ========================================== + Hits 4284 4439 +155 + Misses 220 191 -29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.