Skip to content

Separate schema casting and validation #81

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

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Aug 17, 2018

Fixes #53

It will allow to run schema validation for value without casting.

@p1c2u p1c2u force-pushed the feature/separate-casting-and-validation branch from 32b21fe to d6c5c76 Compare August 17, 2018 14:59
@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

Merging #81 into master will decrease coverage by 0.38%.
The diff coverage is 97.56%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
- Coverage   98.65%   98.26%   -0.39%     
==========================================
  Files          53       54       +1     
  Lines        1116     1154      +38     
==========================================
+ Hits         1101     1134      +33     
- Misses         15       20       +5
Impacted Files Coverage Δ
openapi_core/schema/parameters/models.py 96.82% <100%> (-3.18%) ⬇️
openapi_core/schema/media_types/models.py 91.17% <100%> (-5.5%) ⬇️
openapi_core/schema/responses/models.py 100% <100%> (ø) ⬆️
openapi_core/schema/schemas/models.py 96.52% <100%> (+0.28%) ⬆️
openapi_core/schema/schemas/validators.py 94.11% <94.11%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7aaa517...f9a7472. Read the comment docs.

@p1c2u p1c2u added the WIP Work in progress label Aug 17, 2018
@p1c2u p1c2u force-pushed the feature/separate-casting-and-validation branch from d6c5c76 to 7ef22c9 Compare August 17, 2018 15:42
@p1c2u p1c2u force-pushed the feature/separate-casting-and-validation branch from 7ef22c9 to f9a7472 Compare August 17, 2018 17:35
@p1c2u p1c2u merged commit 17855ae into master Aug 17, 2018
@p1c2u p1c2u deleted the feature/separate-casting-and-validation branch August 17, 2018 17:54
bjmc pushed a commit to bjmc/openapi-core that referenced this pull request Jun 12, 2019
…ing-and-validation

Separate schema casting and validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant