-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fixed panic when body type changed from array to object #357
Fixed panic when body type changed from array to object #357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (you may need to update breaking changes file again)
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #357 +/- ##
==========================================
- Coverage 80.93% 80.92% -0.01%
==========================================
Files 194 194
Lines 10536 10531 -5
==========================================
- Hits 8527 8522 -5
Misses 1683 1683
Partials 326 326
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I rerun Could you help me, please? |
Looks like the order of lines in BREAKING-CHANGES-EXAMPLES.md is different on my machine and on github build nodes. I don't know what to do. I cant apply patch from build's log but it seems strange to solve such problems this way. |
Fixed panic in RequestPropertyTypeChangedCheck
Example of panic:
Addtionally, fixed small typos in messages