-
Notifications
You must be signed in to change notification settings - Fork 111
Initial adb_sync fuzz test #1324
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
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.
Small nit on base_config
to avoid mutating config after construction.
Thanks @danlaine and @patrick-ogrady! All should be addressed as per 3be2131 |
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.
🤏
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1324 +/- ##
=======================================
Coverage 91.29% 91.30%
=======================================
Files 250 250
Lines 63308 63382 +74
=======================================
+ Hits 57800 57872 +72
- Misses 5508 5510 +2 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Adds an initial and incomplete harness for adb_sync which we can iterate on going forwards