Maillol / aiohttp-pydantic

Aiohttp View that validates request body and query sting regarding the annotations declared in the View method
MIT License
67 stars 21 forks source link

Add a hook to intercept ValidationError #21

Closed Maillol closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #21 (7ab2d84) into main (81138cc) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
+ Coverage   92.57%   92.60%   +0.03%     
==========================================
  Files          11       11              
  Lines         687      690       +3     
==========================================
+ Hits          636      639       +3     
  Misses         51       51              
Impacted Files Coverage Δ
aiohttp_pydantic/injectors.py 95.23% <100.00%> (+0.05%) :arrow_up:
aiohttp_pydantic/view.py 94.36% <100.00%> (+0.16%) :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 81138cc...7ab2d84. Read the comment docs.