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

feat: handle allof when required linked to parent object (#97) #154

Merged

Conversation

hibougeek
Copy link

I added some code to handle allof case with required set at the parent object level (a bit different than the case originally done in #97 ).

@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #154 (9c9213a) into master (ce49ffe) will increase coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   96.37%   96.42%   +0.04%     
==========================================
  Files          19       19              
  Lines         552      559       +7     
  Branches      104      105       +1     
==========================================
+ Hits          532      539       +7     
  Misses         10       10              
  Partials       10       10              
Impacted Files Coverage Δ
openapi_spec_validator/validators.py 97.33% <100.00%> (+0.08%) ⬆️

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 ce49ffe...9c9213a. Read the comment docs.

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@p1c2u p1c2u merged commit 50caf1e into python-openapi:master Jun 17, 2022
@p1c2u
Copy link
Collaborator

p1c2u commented Jun 17, 2022

@hibougeek thank you for the contribution

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.

3 participants