Switch to ldk-fuzzing-corpus repo rather than CI cache#4588
Conversation
|
I've assigned @valentinewallace as a reviewer! |
|
I've thoroughly re-examined every hunk in the diff, cross-referencing with Review SummaryNo new issues found in this review pass. Corrections to prior reviewUpon re-examination, two of my prior inline comments on the coverage job (
Prior comments that remain valid (not repeated)
Minor observation (not worth an inline comment)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4588 +/- ##
==========================================
- Coverage 87.17% 86.85% -0.32%
==========================================
Files 161 161
Lines 109260 109260
Branches 109260 109260
==========================================
- Hits 95244 94899 -345
- Misses 11544 11781 +237
- Partials 2472 2580 +108
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
af96cf5 to
2ec72ad
Compare
|
Okay, updated to run on PRs properly, but sadly we'll have to actually merge this to test it. |
aa96a76 to
ae92c0e
Compare
6837950 to
6176a55
Compare
Rather than storing our fuzzing corpus in the CI cache, move it to a new repo which anyone can use for their own local fuzzing and can be updated outside of CI with additional seeds.
6176a55 to
efa95b4
Compare
valentinewallace
left a comment
There was a problem hiding this comment.
Landing to see if it works
| # | ||
| # Caveat: GitHub only fires `workflow_run` for workflow files that live on | ||
| # the default branch, so this workflow does nothing until it's merged to | ||
| # `master`. |
|
Seems to work: lightningdevkit/ldk-fuzzing-corpus#3 I have a feeling that repo's git history is going to get...bad |
|
Wanted to add a few of my strings in lightningdevkit/ldk-fuzzing-corpus#4, but it complains |
|
Complains how? If you open a PR that is add-files-only it should get auto-merged daily. |
|
It says "Merging is blocked. Cannot update this protected ref.". Or is that expected? |
Rather than storing our fuzzing corpus in the CI cache, move it to a new repo which anyone can use for their own local fuzzing and can be updated outside of CI with additional seeds.