Skip to content

Move schema validator to separate subpackage #186

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 2 commits into from
Feb 2, 2020

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jan 28, 2020

  • Validation is now part of unmarshalling process
  • Removed strict parameter
  • Standardised formatting process with Formatter class

@codecov
Copy link

codecov bot commented Jan 28, 2020

Codecov Report

Merging #186 into master will increase coverage by 0.51%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   96.62%   97.14%   +0.51%     
==========================================
  Files          95       97       +2     
  Lines        1928     1924       -4     
==========================================
+ Hits         1863     1869       +6     
+ Misses         65       55      -10     
Impacted Files Coverage Δ
openapi_core/schema_validator/_validators.py 90.00% <0.00%> (ø)
openapi_core/unmarshalling/schemas/formatters.py 92.85% <0.00%> (ø)
openapi_core/schema_validator/__init__.py 100.00% <0.00%> (ø)
openapi_core/unmarshalling/schemas/util.py 88.00% <0.00%> (+12.00%) ⬆️

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 c3f9ada...376dc20. Read the comment docs.

@p1c2u p1c2u force-pushed the refactor/move-schema-validator-to-separate-subpackage branch 3 times, most recently from 57dd211 to a0256c7 Compare February 1, 2020 21:51
@p1c2u p1c2u force-pushed the refactor/move-schema-validator-to-separate-subpackage branch from a0256c7 to 376dc20 Compare February 1, 2020 23:51
@p1c2u p1c2u merged commit d644039 into master Feb 2, 2020
@p1c2u p1c2u deleted the refactor/move-schema-validator-to-separate-subpackage branch February 2, 2020 10:23
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