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

Style deserializing reimplementation #694

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Oct 17, 2023

No description provided.

@p1c2u p1c2u force-pushed the feature/style-deserializing-reimplementation branch 2 times, most recently from 45cd3f9 to 3a783e1 Compare October 17, 2023 14:45
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

Merging #694 (3a783e1) into master (df1f1e1) will decrease coverage by 0.22%.
The diff coverage is 88.40%.

❗ Current head 3a783e1 differs from pull request most recent head 0327c5a. Consider uploading reports for the commit 0327c5a to get more accurate results

@@            Coverage Diff             @@
##           master     #694      +/-   ##
==========================================
- Coverage   91.15%   90.93%   -0.22%     
==========================================
  Files         126      126              
  Lines        3640     3740     +100     
  Branches      429      459      +30     
==========================================
+ Hits         3318     3401      +83     
- Misses        273      281       +8     
- Partials       49       58       +9     
Files Coverage Δ
openapi_core/deserializing/styles/__init__.py 100.00% <100.00%> (ø)
openapi_core/deserializing/styles/datatypes.py 100.00% <100.00%> (ø)
openapi_core/schema/parameters.py 100.00% <ø> (+3.03%) ⬆️
openapi_core/validation/request/validators.py 87.58% <100.00%> (+0.08%) ⬆️
openapi_core/validation/response/validators.py 80.09% <100.00%> (+0.20%) ⬆️
openapi_core/deserializing/styles/deserializers.py 96.00% <88.88%> (-4.00%) ⬇️
openapi_core/unmarshalling/unmarshallers.py 85.71% <87.50%> (ø)
openapi_core/deserializing/styles/factories.py 92.30% <88.23%> (-7.70%) ⬇️
openapi_core/validation/validators.py 96.92% <94.28%> (+1.65%) ⬆️
openapi_core/deserializing/styles/util.py 84.48% <84.34%> (-15.52%) ⬇️

@p1c2u p1c2u force-pushed the feature/style-deserializing-reimplementation branch from 3a783e1 to 0327c5a Compare October 17, 2023 15:36
@p1c2u p1c2u merged commit 330cb71 into master Oct 17, 2023
14 checks passed
@p1c2u p1c2u deleted the feature/style-deserializing-reimplementation branch October 17, 2023 15:52
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