seandstewart / typical

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

159/callable attribute error #165

Closed seandstewart closed 3 years ago

seandstewart commented 3 years ago

Fixes

Misc

codecov[bot] commented 3 years ago

Codecov Report

Merging #165 (b9a56cc) into main (b5df70a) will decrease coverage by 0.08%. The diff coverage is 96.80%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
- Coverage   94.94%   94.86%   -0.09%     
==========================================
  Files          37       37              
  Lines        4039     4051      +12     
  Branches      567      556      -11     
==========================================
+ Hits         3835     3843       +8     
- Misses        127      130       +3     
- Partials       77       78       +1     
Flag Coverage Δ
unittests 94.74% <96.80%> (-0.09%) :arrow_down:

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

Impacted Files Coverage Δ
typic/serde/common.py 96.34% <80.00%> (-0.83%) :arrow_down:
typic/serde/des.py 92.60% <98.36%> (-0.66%) :arrow_down:
typic/constraints/factory.py 98.19% <100.00%> (ø)
typic/ext/schema/field.py 99.28% <100.00%> (ø)
typic/serde/ser.py 97.58% <100.00%> (+0.13%) :arrow_up:
typic/types/dsn.py 100.00% <100.00%> (ø)
typic/types/email.py 100.00% <100.00%> (ø)
typic/types/url.py 97.22% <100.00%> (ø)
typic/util.py 89.08% <100.00%> (+0.62%) :arrow_up:
typic/checks.py 97.20% <0.00%> (-0.70%) :arrow_down:
... and 1 more

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 b5df70a...b9a56cc. Read the comment docs.