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

RequestValidator and ResponseValidator backward compatibility #487

Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jan 25, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Merging #487 (e985598) into master (99fb081) will decrease coverage by 0.13%.
The diff coverage is 91.48%.

@@            Coverage Diff             @@
##           master     #487      +/-   ##
==========================================
- Coverage   92.33%   92.21%   -0.13%     
==========================================
  Files         105      105              
  Lines        2950     2967      +17     
  Branches      253      255       +2     
==========================================
+ Hits         2724     2736      +12     
- Misses        185      189       +4     
- Partials       41       42       +1     
Impacted Files Coverage Δ
openapi_core/validation/request/proxies.py 71.42% <60.00%> (-1.91%) ⬇️
openapi_core/validation/response/proxies.py 72.00% <60.00%> (-1.92%) ⬇️
openapi_core/validation/request/__init__.py 100.00% <100.00%> (ø)
openapi_core/validation/request/validators.py 88.73% <100.00%> (+0.15%) ⬆️
openapi_core/validation/response/__init__.py 100.00% <100.00%> (ø)
openapi_core/validation/response/validators.py 87.38% <100.00%> (+0.30%) ⬆️
openapi_core/validation/request/exceptions.py 84.00% <0.00%> (-4.00%) ⬇️
openapi_core/unmarshalling/schemas/formatters.py 82.35% <0.00%> (+2.94%) ⬆️

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

@p1c2u p1c2u force-pushed the feature/request-response-validator-backward-compatibility branch 3 times, most recently from 795a1f1 to 4cb112d Compare January 26, 2023 04:04
@p1c2u p1c2u force-pushed the feature/request-response-validator-backward-compatibility branch from 4cb112d to e985598 Compare January 26, 2023 04:09
@p1c2u p1c2u merged commit 221d212 into master Jan 26, 2023
@p1c2u p1c2u deleted the feature/request-response-validator-backward-compatibility branch January 26, 2023 04:17
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.

None yet

1 participant