seandstewart / typical

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

NamedTuples should pass to the translator for deserialization. #187

Closed seandstewart closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #187 (c50f274) into main (8a38edf) will not change coverage. The diff coverage is n/a.

:exclamation: Current head c50f274 differs from pull request most recent head c768266. Consider uploading reports for the commit c768266 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##             main     #187   +/-   ##
=======================================
  Coverage   94.99%   94.99%           
=======================================
  Files          37       37           
  Lines        4172     4172           
  Branches      582      582           
=======================================
  Hits         3963     3963           
  Misses        129      129           
  Partials       80       80           
Flag Coverage Δ
unittests 94.87% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
typic/serde/des.py 92.50% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8a38edf...c768266. Read the comment docs.