travisjungroth / formlessness

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

feat: add BoolField #152

Closed marsjoy closed 2 years ago

marsjoy commented 2 years ago

Add in BoolField Update version to installable python version plus add suffix so there aren't conflicts

codecov[bot] commented 2 years ago

Codecov Report

Merging #152 (46c27b3) into main (28c29e5) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
+ Coverage   91.54%   91.61%   +0.06%     
==========================================
  Files          14       14              
  Lines         994     1002       +8     
  Branches      139      140       +1     
==========================================
+ Hits          910      918       +8     
  Misses         66       66              
  Partials       18       18              
Impacted Files Coverage Δ
formlessness/fields.py 99.29% <100.00%> (+0.04%) :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 28c29e5...46c27b3. Read the comment docs.

travisjungroth commented 2 years ago

Thanks 🖤