travisjungroth / formlessness

A Python library for making web forms on the back end
MIT License
5 stars 2 forks source link

Change inheritance and type hints #171

Closed travisjungroth closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #171 (9787f27) into main (b4dcd06) will decrease coverage by 0.09%. The diff coverage is 92.00%.

@@            Coverage Diff             @@
##             main     #171      +/-   ##
==========================================
- Coverage   91.03%   90.94%   -0.10%     
==========================================
  Files          15       15              
  Lines        1127     1137      +10     
  Branches      151      152       +1     
==========================================
+ Hits         1026     1034       +8     
- Misses         85       86       +1     
- Partials       16       17       +1     
Impacted Files Coverage Δ
formlessness/constraints.py 86.44% <81.81%> (-0.39%) :arrow_down:
formlessness/base_classes.py 91.48% <100.00%> (ø)
formlessness/deserializers.py 89.39% <100.00%> (+0.16%) :arrow_up:
formlessness/forms.py 83.04% <100.00%> (ø)
formlessness/sections.py 100.00% <100.00%> (ø)
formlessness/serializers.py 91.11% <100.00%> (+0.86%) :arrow_up:
formlessness/types.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 b4dcd06...9787f27. Read the comment docs.