Skip to content

Skip anyOf/allOf/oneOf in properties - #440

Merged
daveshanley merged 1 commit into
pb33f:mainfrom
kink80:fix/439-recursive-loop-fix
Jul 28, 2025
Merged

Skip anyOf/allOf/oneOf in properties#440
daveshanley merged 1 commit into
pb33f:mainfrom
kink80:fix/439-recursive-loop-fix

Conversation

@kink80

@kink80 kink80 commented Jul 25, 2025

Copy link
Copy Markdown
Contributor

Fixes #439

@kink80 kink80 changed the title Skip anOf/allOf/oneOf in properties Skip anyOf/allOf/oneOf in properties Jul 25, 2025
@codecov

codecov Bot commented Jul 25, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.62%. Comparing base (07e3df9) to head (60a5fe6).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
- Coverage   99.63%   99.62%   -0.01%     
==========================================
  Files         169      169              
  Lines       22893    22900       +7     
==========================================
+ Hits        22809    22814       +5     
- Misses         79       80       +1     
- Partials        5        6       +1     
Flag Coverage Δ
unittests 99.62% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daveshanley daveshanley left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thank you for the upgrade!

@daveshanley
daveshanley merged commit cb6c805 into pb33f:main Jul 28, 2025
3 of 4 checks passed
@kink80
kink80 deleted the fix/439-recursive-loop-fix branch July 29, 2025 07:06
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.

Infinite recursive call when using keywords in properties leads to stack overflow

2 participants