travisjungroth / formlessness

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

Add default to schema #107

Closed travisjungroth closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #107 (86c983c) into main (04d39d1) will increase coverage by 0.43%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
+ Coverage   91.01%   91.44%   +0.43%     
==========================================
  Files          14       14              
  Lines         968      970       +2     
  Branches      132      133       +1     
==========================================
+ Hits          881      887       +6     
+ Misses         67       65       -2     
+ Partials       20       18       -2     
Impacted Files Coverage Δ
formlessness/forms.py 86.66% <ø> (ø)
tests/test_forms.py 100.00% <ø> (ø)
formlessness/base_classes.py 90.58% <100.00%> (+0.22%) :arrow_up:
formlessness/constraints.py 87.03% <0.00%> (+1.15%) :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 04d39d1...86c983c. Read the comment docs.