travisjungroth / formlessness

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

Add defaults on forms and fields #104

Closed travisjungroth closed 2 years ago

travisjungroth commented 2 years ago

Closes #103

codecov-commenter commented 2 years ago

Codecov Report

Merging #104 (51f19a9) into main (92b4cb4) will increase coverage by 0.69%. The diff coverage is 87.27%.

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
+ Coverage   90.65%   91.34%   +0.69%     
==========================================
  Files          14       14              
  Lines         931      971      +40     
  Branches      125      132       +7     
==========================================
+ Hits          844      887      +43     
+ Misses         66       65       -1     
+ Partials       21       19       -2     
Impacted Files Coverage Δ
formlessness/constraints.py 86.74% <63.15%> (+0.51%) :arrow_up:
formlessness/base_classes.py 90.36% <100.00%> (+0.36%) :arrow_up:
formlessness/fields.py 99.26% <100.00%> (+0.03%) :arrow_up:
formlessness/forms.py 86.66% <100.00%> (+6.93%) :arrow_up:
formlessness/utils.py 84.61% <100.00%> (+1.28%) :arrow_up:
tests/test_forms.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 92b4cb4...51f19a9. Read the comment docs.