dapper91 / pydantic-xml

python xml for humans
https://pydantic-xml.readthedocs.io
The Unlicense
141 stars 14 forks source link

Named tuple support #192

Closed dapper91 closed 1 month ago

dapper91 commented 1 month ago

Named tuple support added.

Implements the feature request .

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 89.47368% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 91.86%. Comparing base (0e2c209) to head (61ff07f).

Files Patch % Lines
pydantic_xml/serializers/factories/named_tuple.py 87.80% 5 Missing :warning:
pydantic_xml/serializers/factories/call.py 90.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #192 +/- ## ========================================== - Coverage 91.96% 91.86% -0.10% ========================================== Files 27 29 +2 Lines 1555 1610 +55 ========================================== + Hits 1430 1479 +49 - Misses 125 131 +6 ``` | [Flag](https://app.codecov.io/gh/dapper91/pydantic-xml/pull/192/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitry+Pershin) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/dapper91/pydantic-xml/pull/192/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitry+Pershin) | `91.86% <89.47%> (-0.10%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Dmitry+Pershin#carryforward-flags-in-the-pull-request-comment) to find out more.

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