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

move ci #17

Closed Maillol closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #17 (ff32f68) into main (c92437c) will decrease coverage by 0.15%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
- Coverage   92.73%   92.57%   -0.16%     
==========================================
  Files          11       11              
  Lines         688      687       -1     
==========================================
- Hits          638      636       -2     
- Misses         50       51       +1     
Impacted Files Coverage Δ
aiohttp_pydantic/view.py 94.20% <77.77%> (-2.94%) :arrow_down:
aiohttp_pydantic/__init__.py 100.00% <100.00%> (ø)
aiohttp_pydantic/oas/struct.py 90.59% <100.00%> (ø)
aiohttp_pydantic/oas/view.py 94.78% <100.00%> (ø)
aiohttp_pydantic/oas/cmd.py 83.92% <0.00%> (+1.78%) :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 911bcbc...ff32f68. Read the comment docs.