travisjungroth / formlessness

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

Move JSON validators to functions and add Not #155

Closed travisjungroth closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (bcf12bc) into main (fda3cae) will decrease coverage by 0.20%. The diff coverage is 76.92%.

:exclamation: Current head bcf12bc differs from pull request most recent head 9a20a43. Consider uploading reports for the commit 9a20a43 to get more accurate results

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   91.61%   91.41%   -0.21%     
==========================================
  Files          14       14              
  Lines        1002     1025      +23     
  Branches      140      142       +2     
==========================================
+ Hits          918      937      +19     
- Misses         66       70       +4     
  Partials       18       18              
Impacted Files Coverage Δ
formlessness/constraints.py 86.36% <76.00%> (-0.27%) :arrow_down:
formlessness/base_classes.py 90.47% <100.00%> (+0.11%) :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 fda3cae...9a20a43. Read the comment docs.