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

Fix bug query string appear as required in generated Open API specifi… #5

Closed Maillol closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #5 (462d8d8) into main (0d3a33c) will increase coverage by 7.37%. The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   83.45%   90.82%   +7.37%     
==========================================
  Files           8        8              
  Lines         423      447      +24     
==========================================
+ Hits          353      406      +53     
+ Misses         70       41      -29     
Impacted Files Coverage Δ
aiohttp_pydantic/oas/struct.py 90.17% <79.16%> (+11.05%) :arrow_up:
aiohttp_pydantic/oas/typing.py 100.00% <100.00%> (ø)
aiohttp_pydantic/oas/view.py 92.55% <100.00%> (+9.40%) :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 0d3a33c...462d8d8. Read the comment docs.