-
Notifications
You must be signed in to change notification settings - Fork 544
feat: Fuzz Testing RParser #3664
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
Conversation
The fuzz testing works perfectly on my local testing. |
Yes, there's some tests failing in main right now unrelated to your code: #3653 I won't be able to merge this until those are fixed, though, because of the settings on this repo. If you want to work on fixing them, feel free! |
Updating branch to address failing tests. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3664 +/- ##
==========================================
+ Coverage 78.98% 79.07% +0.09%
==========================================
Files 797 797
Lines 11927 11927
Branches 1602 1602
==========================================
+ Hits 9420 9431 +11
+ Misses 2075 2058 -17
- Partials 432 438 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks! Looks like our tests are back to normal and I can merge this. Thank you for your patience!
Closes #3329
This was my output.