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

Added a wrapper for get_oas to throw spec info (#12) #13

Closed spinenkoia closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #13 (7aa0443) into main (7492af5) will decrease coverage by 0.22%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
- Coverage   92.74%   92.51%   -0.23%     
==========================================
  Files          11       11              
  Lines         675      681       +6     
==========================================
+ Hits          626      630       +4     
- Misses         49       51       +2     
Impacted Files Coverage Δ
aiohttp_pydantic/oas/view.py 93.04% <81.81%> (-1.46%) :arrow_down:
aiohttp_pydantic/oas/__init__.py 100.00% <100.00%> (ø)
aiohttp_pydantic/oas/struct.py 90.59% <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 7492af5...7aa0443. Read the comment docs.