falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

feat(validators): add a specialized exception class for media validation #2001

Closed vytas7 closed 2 years ago

vytas7 commented 2 years ago

Closes #1320

codecov[bot] commented 2 years ago

Codecov Report

Merging #2001 (31de49c) into master (ced5837) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #2001   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6681      6684    +3     
  Branches      1241      1242    +1     
=========================================
+ Hits          6681      6684    +3     
Impacted Files Coverage Δ
falcon/errors.py 100.00% <100.00%> (ø)
falcon/media/validators/jsonschema.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 ced5837...31de49c. Read the comment docs.