seandstewart / typical

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

Add support for Generic Unions #164

Closed seandstewart closed 3 years ago

seandstewart commented 3 years ago

Resolves #19

codecov[bot] commented 3 years ago

Codecov Report

Merging #164 (bf3f57c) into main (2325d28) will decrease coverage by 0.05%. The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
- Coverage   95.00%   94.94%   -0.06%     
==========================================
  Files          37       37              
  Lines        4025     4039      +14     
  Branches      561      567       +6     
==========================================
+ Hits         3824     3835      +11     
- Misses        126      127       +1     
- Partials       75       77       +2     
Flag Coverage Δ
unittests 94.82% <90.32%> (-0.06%) :arrow_down:

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

Impacted Files Coverage Δ
typic/serde/des.py 93.25% <90.32%> (-0.52%) :arrow_down:

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 2325d28...bf3f57c. Read the comment docs.