-
Notifications
You must be signed in to change notification settings - Fork 42
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
test: add fuzz test #459
test: add fuzz test #459
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
=======================================
Coverage 81.34% 81.34%
=======================================
Files 34 34
Lines 2578 2578
=======================================
Hits 2097 2097
Misses 335 335
Partials 146 146 ☔ View full report in Codecov by Sentry. |
@AdamKorcz You may need to merge the latest changes and sign-off the commit again. |
done |
Hi @AdamKorcz, same to the notation-core-go PR, you will need to use the |
Signed-off-by: Adam Korczynski <[email protected]>
Have signed the commit. |
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
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
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
Adds a fuzz test from cncf-fuzzing: https://github.com/cncf/cncf-fuzzing/blob/main/projects/notary/fuzz_pkix_test.go Signed-off-by: Adam Korczynski <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
Adds a fuzz test from cncf-fuzzing: https://github.com/cncf/cncf-fuzzing/blob/main/projects/notary/fuzz_pkix_test.go