travisjungroth / formlessness

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

Change simplification #105

Closed travisjungroth closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #105 (2978c0e) into main (b70d645) will decrease coverage by 0.33%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
- Coverage   91.34%   91.01%   -0.34%     
==========================================
  Files          14       14              
  Lines         971      968       -3     
  Branches      132      132              
==========================================
- Hits          887      881       -6     
- Misses         65       67       +2     
- Partials       19       20       +1     
Impacted Files Coverage Δ
formlessness/fields.py 99.25% <ø> (-0.02%) :arrow_down:
tests/test_forms.py 100.00% <ø> (ø)
formlessness/forms.py 86.66% <100.00%> (ø)
formlessness/constraints.py 85.87% <0.00%> (-0.87%) :arrow_down:

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 b70d645...2978c0e. Read the comment docs.