seandstewart / typical

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

Improved Serialization #190

Closed seandstewart closed 2 years ago

seandstewart commented 2 years ago

Improvements

Misc

codecov[bot] commented 2 years ago

Codecov Report

Merging #190 (5ec1cfd) into main (1d87ebb) will decrease coverage by 0.13%. The diff coverage is 75.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #190      +/-   ##
==========================================
- Coverage   94.86%   94.72%   -0.14%     
==========================================
  Files          37       37              
  Lines        4340     4358      +18     
  Branches      765      769       +4     
==========================================
+ Hits         4117     4128      +11     
- Misses        138      142       +4     
- Partials       85       88       +3     
Flag Coverage Δ
unittests 94.58% <75.86%> (-0.14%) :arrow_down:

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

Impacted Files Coverage Δ
typic/api.py 95.14% <0.00%> (-0.78%) :arrow_down:
typic/serde/resolver.py 92.61% <50.00%> (-1.51%) :arrow_down:
typic/__init__.py 100.00% <100.00%> (ø)
typic/compat.py 100.00% <100.00%> (ø)
typic/serde/ser.py 97.67% <100.00%> (+0.02%) :arrow_up:
typic/util.py 88.81% <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 1d87ebb...5ec1cfd. Read the comment docs.