travisjungroth / formlessness

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

Reduce early simplification #165

Closed travisjungroth closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #165 (a945160) into main (932e83b) will decrease coverage by 0.17%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main     #165      +/-   ##
==========================================
- Coverage   92.14%   91.97%   -0.18%     
==========================================
  Files          15       15              
  Lines        1031     1034       +3     
  Branches      142      142              
==========================================
+ Hits          950      951       +1     
- Misses         65       66       +1     
- Partials       16       17       +1     
Impacted Files Coverage Δ
formlessness/constraints.py 87.69% <50.00%> (-0.55%) :arrow_down:
formlessness/fields.py 99.30% <100.00%> (+<0.01%) :arrow_up:
formlessness/forms.py 91.39% <100.00%> (+0.18%) :arrow_up:

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 932e83b...a945160. Read the comment docs.