Skip to content

Starlette support #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Starlette support #427

merged 1 commit into from
Sep 29, 2022

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Sep 29, 2022

Fixes #424

@p1c2u p1c2u force-pushed the feature/starlette-support branch 3 times, most recently from 12e2be4 to 66f7840 Compare September 29, 2022 16:43
@p1c2u p1c2u force-pushed the feature/starlette-support branch from 66f7840 to db3e222 Compare September 29, 2022 16:46
@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Merging #427 (db3e222) into master (1f07fa2) will decrease coverage by 0.26%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
- Coverage   92.88%   92.62%   -0.27%     
==========================================
  Files          97      100       +3     
  Lines        2362     2414      +52     
  Branches      297      304       +7     
==========================================
+ Hits         2194     2236      +42     
- Misses        128      134       +6     
- Partials       40       44       +4     
Impacted Files Coverage Δ
openapi_core/contrib/starlette/requests.py 78.78% <78.78%> (ø)
openapi_core/contrib/starlette/responses.py 85.00% <85.00%> (ø)
openapi_core/contrib/starlette/__init__.py 100.00% <100.00%> (ø)
openapi_core/schema/parameters.py 92.30% <100.00%> (-0.15%) ⬇️
openapi_core/validation/request/datatypes.py 100.00% <100.00%> (ø)
openapi_core/validation/response/protocols.py 76.47% <100.00%> (+0.71%) ⬆️
openapi_core/validation/validators.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u merged commit 898a8d0 into master Sep 29, 2022
@p1c2u p1c2u deleted the feature/starlette-support branch September 29, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add integration with Starlette
1 participant