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

Object caster #701

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Object caster #701

merged 1 commit into from
Oct 31, 2023

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Oct 22, 2023

Suport for primitive properties casting of urlencoded objects.

Fixes #700

Related to #698

@p1c2u p1c2u force-pushed the feature/casting-object-caster branch from 3a43cf7 to 1d47a04 Compare October 22, 2023 11:50
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

Merging #701 (3417569) into master (efaa5ac) will increase coverage by 0.07%.
The diff coverage is 89.78%.

@@            Coverage Diff             @@
##           master     #701      +/-   ##
==========================================
+ Coverage   90.94%   91.01%   +0.07%     
==========================================
  Files         127      127              
  Lines        3855     3986     +131     
  Branches      475      488      +13     
==========================================
+ Hits         3506     3628     +122     
- Misses        289      294       +5     
- Partials       60       64       +4     
Files Coverage Δ
openapi_core/casting/schemas/__init__.py 100.00% <100.00%> (ø)
openapi_core/casting/schemas/factories.py 100.00% <100.00%> (ø)
...penapi_core/unmarshalling/request/unmarshallers.py 81.72% <ø> (+2.04%) ⬆️
openapi_core/unmarshalling/unmarshallers.py 85.36% <ø> (-0.35%) ⬇️
openapi_core/validation/request/validators.py 88.13% <100.00%> (+0.54%) ⬆️
openapi_core/validation/response/validators.py 81.13% <100.00%> (+1.03%) ⬆️
openapi_core/validation/validators.py 94.28% <71.42%> (-1.37%) ⬇️
openapi_core/contrib/falcon/requests.py 84.61% <54.54%> (-8.25%) ⬇️
openapi_core/casting/schemas/casters.py 89.84% <89.28%> (-3.49%) ⬇️

... and 2 files with indirect coverage changes

@p1c2u p1c2u force-pushed the feature/casting-object-caster branch 6 times, most recently from 4e36bfb to 3c15dfb Compare October 26, 2023 20:02
@p1c2u p1c2u force-pushed the feature/casting-object-caster branch from 3c15dfb to 1dfab35 Compare October 31, 2023 12:13
@p1c2u p1c2u force-pushed the feature/casting-object-caster branch from 1dfab35 to 3417569 Compare October 31, 2023 12:21
@p1c2u p1c2u merged commit 24e16e1 into master Oct 31, 2023
17 of 18 checks passed
@p1c2u p1c2u deleted the feature/casting-object-caster branch October 31, 2023 14:32
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.

[Bug]: Can’t validate integer/number/boolean from application/x-www-form-urlencoded request body
1 participant