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

Unmarshalling processor enhancement #625

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jul 22, 2023

UnmarshallingProcessor as a base for integration middleware/decorators

@p1c2u p1c2u force-pushed the feature/unmarshalling-processor-enhancement branch 2 times, most recently from c1f90b6 to 880315e Compare July 22, 2023 15:05
@codecov
Copy link

codecov bot commented Jul 22, 2023

Codecov Report

Merging #625 (22ace6d) into master (d7d1fac) will increase coverage by 0.14%.
The diff coverage is 98.18%.

@@            Coverage Diff             @@
##           master     #625      +/-   ##
==========================================
+ Coverage   90.82%   90.96%   +0.14%     
==========================================
  Files         123      126       +3     
  Lines        3475     3540      +65     
  Branches      427      422       -5     
==========================================
+ Hits         3156     3220      +64     
- Misses        267      269       +2     
+ Partials       52       51       -1     
Files Changed Coverage Δ
openapi_core/unmarshalling/processors.py 86.95% <90.62%> (-1.51%) ⬇️
openapi_core/contrib/django/handlers.py 100.00% <100.00%> (ø)
openapi_core/contrib/django/middlewares.py 93.93% <100.00%> (-1.72%) ⬇️
openapi_core/contrib/falcon/handlers.py 100.00% <100.00%> (ø)
openapi_core/contrib/falcon/middlewares.py 100.00% <100.00%> (+4.16%) ⬆️
openapi_core/contrib/flask/decorators.py 100.00% <100.00%> (ø)
openapi_core/contrib/flask/handlers.py 100.00% <100.00%> (ø)
openapi_core/contrib/flask/views.py 100.00% <100.00%> (ø)
openapi_core/typing.py 100.00% <100.00%> (ø)
openapi_core/unmarshalling/request/processors.py 100.00% <100.00%> (ø)
... and 1 more

@p1c2u p1c2u force-pushed the feature/unmarshalling-processor-enhancement branch from 880315e to 0f85311 Compare July 22, 2023 15:15
@p1c2u p1c2u force-pushed the feature/unmarshalling-processor-enhancement branch from 0f85311 to 22ace6d Compare September 15, 2023 16:26
@p1c2u p1c2u merged commit e0af0df into master Sep 15, 2023
14 checks passed
@p1c2u p1c2u deleted the feature/unmarshalling-processor-enhancement branch September 15, 2023 16:29
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