Skip to content

Unmarshallers and validators refactor - #508

Merged
p1c2u merged 4 commits into
masterfrom
refactor/unmarshallers-format-validators-refactor-2
Feb 18, 2023
Merged

Unmarshallers and validators refactor#508
p1c2u merged 4 commits into
masterfrom
refactor/unmarshallers-format-validators-refactor-2

Conversation

@p1c2u

@p1c2up1c2u commented Feb 12, 2023

Copy link
Copy Markdown
Collaborator

unmarshallers and validators split

Fixes#483

@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch from f9c4fb8 to 3d4c9f1CompareFebruary 12, 2023 10:54
@codecov

codecovBot commented Feb 12, 2023

Copy link
Copy Markdown

Codecov Report

Merging #508 (9a57fd6) into master (d22aaf9) will decrease coverage by 2.82%.
The diff coverage is 87.12%.

@@ Coverage Diff @@## master #508 +/- ##
==========================================
- Coverage 92.00% 89.19% -2.82% 
==========================================
Files 105 124 +19 Lines 2991 3564 +573 Branches 266 314 +48 ==========================================
+ Hits 2752 3179 +427 - Misses 192 329 +137 - Partials 47 56 +9 
Impacted FilesCoverage Δ
openapi_core/unmarshalling/schemas/util.py72.22% <ø> (-14.88%)⬇️
openapi_core/validation/exceptions.py83.33% <ø> (-4.17%)⬇️
openapi_core/validation/processors.py0.00% <0.00%> (-81.09%)⬇️
openapi_core/validation/request/__init__.py100.00% <ø> (ø)
openapi_core/validation/request/datatypes.py0.00% <0.00%> (-100.00%)⬇️
openapi_core/validation/response/__init__.py100.00% <ø> (ø)
openapi_core/validation/schemas/formatters.py67.64% <ø> (ø)
openapi_core/unmarshalling/request/proxies.py71.42% <57.14%> (ø)
openapi_core/validation/response/validators.py72.34% <57.81%> (-15.05%)⬇️
openapi_core/validation/request/validators.py76.13% <62.82%> (-12.61%)⬇️
... and 55 more

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

@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch 8 times, most recently from d793a37 to 1aa5731CompareFebruary 15, 2023 07:01
@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch 15 times, most recently from 6cc9050 to a6d026bCompareFebruary 17, 2023 05:23
@p1c2up1c2u changed the title Unmarshallers format validators refactorUnmarshallers and validators refactorFeb 17, 2023
@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch 2 times, most recently from d4d2293 to 7e8c43dCompareFebruary 17, 2023 09:13
@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch 2 times, most recently from 9744370 to d673068CompareFebruary 18, 2023 07:44
@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch from d673068 to d8db7ceCompareFebruary 18, 2023 09:36
@p1c2u
p1c2uforce-pushed the refactor/unmarshallers-format-validators-refactor-2 branch from c35483f to 9a57fd6CompareFebruary 18, 2023 13:40
@p1c2u
p1c2u merged commit 25bc5f0 into masterFeb 18, 2023
@p1c2u
p1c2u deleted the refactor/unmarshallers-format-validators-refactor-2 branch February 18, 2023 13:46
Sign up for freeto 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.

UnmarshallerError if specifying format with type: [foo, 'null']

1 participant

@p1c2u