travisjungroth / formlessness

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

Add text_area widget #176

Closed natashavinik closed 2 years ago

natashavinik commented 2 years ago

Closes #112

codecov[bot] commented 2 years ago

Codecov Report

Merging #176 (123eb5f) into main (773281f) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #176   +/-   ##
=======================================
  Coverage   90.90%   90.90%           
=======================================
  Files          17       17           
  Lines        1154     1155    +1     
  Branches      157      157           
=======================================
+ Hits         1049     1050    +1     
  Misses         87       87           
  Partials       18       18           
Impacted Files Coverage Δ
formlessness/widgets.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 773281f...123eb5f. Read the comment docs.