-
Notifications
You must be signed in to change notification settings - Fork 34
[nasa/cryptolib#369] Fuzz Testing in Docker #456
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
base: dev
Are you sure you want to change the base?
Conversation
feat: add fuzzing harness and infrastructure;
… folders due to hard linking being required;
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #456 +/- ##
==========================================
+ Coverage 74.99% 82.71% +7.71%
==========================================
Files 80 39 -41
Lines 23341 11762 -11579
Branches 1872 942 -930
==========================================
- Hits 17505 9729 -7776
+ Misses 5168 1675 -3493
+ Partials 668 358 -310 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Working on my end! I'd like to try to work with the fuzz harness a bit to be more efficient, but that can be another issue.
Moved the fuzzing harness provided by @mirkobitetto into the support directory and added a check for VirtualBox shared folders as the hard links required won't function with it.
How to test?
Prior to closing merge: