seandstewart / typical

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

Improve Union-type Determism #169

Closed seandstewart closed 3 years ago

seandstewart commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #169 (b14008f) into main (f06f427) will decrease coverage by 0.01%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
- Coverage   94.86%   94.84%   -0.02%     
==========================================
  Files          37       37              
  Lines        4053     4058       +5     
  Branches      556      558       +2     
==========================================
+ Hits         3845     3849       +4     
  Misses        130      130              
- Partials       78       79       +1     
Flag Coverage Δ
unittests 94.72% <80.00%> (-0.02%) :arrow_down:

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

Impacted Files Coverage Δ
typic/klass.py 100.00% <ø> (ø)
typic/serde/des.py 92.43% <75.00%> (-0.17%) :arrow_down:
typic/__init__.py 100.00% <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 f06f427...b14008f. Read the comment docs.