seandstewart / typical

Typical: Fast, simple, & correct data-validation using Python 3 typing.
https://python-typical.org
MIT License
183 stars 9 forks source link

Introducing the V3 Core #209

Closed seandstewart closed 4 days ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 91.79%. Comparing base (97eec30) to head (d0f90a7).

Files Patch % Lines
src/typical/inspection.py 68.73% 89 Missing and 12 partials :warning:
src/typical/magic/schema/jsonschema/builder.py 69.56% 49 Missing and 14 partials :warning:
src/typical/serde/ser/routines.py 81.85% 32 Missing and 9 partials :warning:
src/typical/serde/des/routines.py 96.36% 9 Missing and 8 partials :warning:
src/typical/constraints/core/validators.py 89.47% 11 Missing and 3 partials :warning:
src/typical/magic/schema/abc.py 78.68% 12 Missing and 1 partial :warning:
src/typical/constraints/engine.py 94.50% 5 Missing and 5 partials :warning:
src/typical/env.py 65.38% 8 Missing and 1 partial :warning:
src/typical/magic/schema/builder.py 64.00% 8 Missing and 1 partial :warning:
src/typical/compat.py 88.13% 7 Missing :warning:
... and 21 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #209 +/- ## ========================================== - Coverage 94.74% 91.79% -2.96% ========================================== Files 37 75 +38 Lines 4376 5069 +693 Branches 886 796 -90 ========================================== + Hits 4146 4653 +507 - Misses 142 320 +178 - Partials 88 96 +8 ``` | [Flag](https://app.codecov.io/gh/seandstewart/typical/pull/209/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/seandstewart/typical/pull/209/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Sean) | `91.57% <91.00%> (-3.04%)` | :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=Sean#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.