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

We can add custom tags to generated OPS #25

Closed Maillol closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #25 (fa7e8d9) into main (cb99686) will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   92.54%   92.76%   +0.22%     
==========================================
  Files          11       11              
  Lines         684      705      +21     
==========================================
+ Hits          633      654      +21     
  Misses         51       51              
Impacted Files Coverage Δ
aiohttp_pydantic/oas/docstring_parser.py 100.00% <100.00%> (ø)
aiohttp_pydantic/oas/struct.py 90.90% <100.00%> (+0.31%) :arrow_up:
aiohttp_pydantic/oas/view.py 94.54% <100.00%> (+0.05%) :arrow_up:
aiohttp_pydantic/view.py 94.36% <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 cb99686...fa7e8d9. Read the comment docs.