You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle missing corpus in scheduled fuzz coverage job
The fuzz-coverage job was failing when run on schedule because it expected
an existing corpus but none was available. Now it:
1. Attempts to restore corpus from cache
2. Generates a minimal corpus if none exists (10 second run per target)
3. Then generates coverage reports
This ensures the scheduled fuzzing job can complete successfully even
when starting from a clean state.
0 commit comments