seandstewart / typical

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

Fix Generic Union Deserializatio for Nested Literals #184

Closed seandstewart closed 2 years ago

seandstewart commented 2 years ago

Resolves #183

codecov[bot] commented 2 years ago

Codecov Report

Merging #184 (dcb90c5) into main (e779656) will decrease coverage by 0.04%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #184      +/-   ##
==========================================
- Coverage   95.03%   94.98%   -0.05%     
==========================================
  Files          37       37              
  Lines        4168     4169       +1     
  Branches      581      582       +1     
==========================================
- Hits         3961     3960       -1     
- Misses        128      129       +1     
- Partials       79       80       +1     
Flag Coverage Δ
unittests 94.86% <71.42%> (-0.05%) :arrow_down:

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

Impacted Files Coverage Δ
typic/serde/des.py 92.50% <0.00%> (-0.49%) :arrow_down:
typic/__init__.py 100.00% <100.00%> (ø)
typic/api.py 96.20% <100.00%> (ø)

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 e779656...dcb90c5. Read the comment docs.