Skip to content
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

Starlette middleware #680

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Starlette middleware #680

merged 1 commit into from
Nov 3, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Sep 26, 2023

Based on AsyncUnmarshallingProcessor

@p1c2u p1c2u force-pushed the feature/starlette-middleware branch 3 times, most recently from 7bbe56f to 00c2301 Compare November 3, 2023 18:20
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #680 (2076707) into master (09f065b) will increase coverage by 0.16%.
The diff coverage is 93.10%.

@@            Coverage Diff             @@
##           master     #680      +/-   ##
==========================================
+ Coverage   91.02%   91.18%   +0.16%     
==========================================
  Files         127      129       +2     
  Lines        4011     4118     +107     
  Branches      492      502      +10     
==========================================
+ Hits         3651     3755     +104     
- Misses        295      296       +1     
- Partials       65       67       +2     
Files Coverage Δ
openapi_core/contrib/starlette/handlers.py 100.00% <100.00%> (ø)
openapi_core/contrib/starlette/middlewares.py 100.00% <100.00%> (ø)
openapi_core/contrib/starlette/requests.py 92.30% <100.00%> (+14.18%) ⬆️
openapi_core/typing.py 100.00% <100.00%> (ø)
openapi_core/unmarshalling/processors.py 82.27% <75.75%> (-4.68%) ⬇️

@p1c2u p1c2u force-pushed the feature/starlette-middleware branch from 00c2301 to f49607e Compare November 3, 2023 19:37
@p1c2u p1c2u force-pushed the feature/starlette-middleware branch from f49607e to 2076707 Compare November 3, 2023 19:59
@p1c2u p1c2u merged commit ba52208 into master Nov 3, 2023
16 checks passed
@p1c2u p1c2u deleted the feature/starlette-middleware branch November 3, 2023 20:02
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.

1 participant