adriangb / xpresso

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

feat: handle merging of response specs #89

Closed adriangb closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #89 (308dd01) into main (545d6bf) will increase coverage by 0.27%. The diff coverage is 94.50%.

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   97.25%   97.53%   +0.27%     
==========================================
  Files         149      155       +6     
  Lines        4635     4709      +74     
  Branches      755      755              
==========================================
+ Hits         4508     4593      +85     
+ Misses         78       70       -8     
+ Partials       49       46       -3     
Impacted Files Coverage Δ
tests/test_docs/advanced/test_root_path.py 100.00% <ø> (ø)
tests/test_docs/tutorial/body/test_tutorial_001.py 100.00% <ø> (ø)
tests/test_docs/tutorial/body/test_tutorial_002.py 100.00% <ø> (ø)
tests/test_docs/tutorial/body/test_tutorial_004.py 100.00% <ø> (ø)
tests/test_docs/tutorial/body/test_tutorial_005.py 100.00% <ø> (ø)
...t_docs/tutorial/cookie_params/test_tutorial_001.py 100.00% <ø> (ø)
...st_docs/tutorial/dependencies/test_tutorial_003.py 100.00% <ø> (ø)
...ests/test_docs/tutorial/files/test_tutorial_003.py 100.00% <ø> (ø)
...ests/test_docs/tutorial/files/test_tutorial_004.py 100.00% <ø> (ø)
...t_docs/tutorial/header_params/test_tutorial_001.py 100.00% <ø> (ø)
... and 51 more