adriangb / xpresso

A composable Python ASGI web framework
https://xpresso-api.dev/
MIT License
178 stars 4 forks source link

fix: include_in_schema parameter for Path and Operation #30

Closed adriangb closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #30 (e588715) into main (e0e99be) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #30   +/-   ##
=======================================
  Coverage   97.94%   97.95%           
=======================================
  Files         169      171    +2     
  Lines        5358     5379   +21     
  Branches      619      621    +2     
=======================================
+ Hits         5248     5269   +21     
  Misses         63       63           
  Partials       47       47           
Impacted Files Coverage Δ
tests/test_openapi/test_operation.py 100.00% <100.00%> (ø)
tests/test_openapi/test_path.py 100.00% <100.00%> (ø)
xpresso/openapi/_builder.py 75.17% <100.00%> (+0.70%) :arrow_up:
xpresso/routing/pathitem.py 100.00% <100.00%> (ø)