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
Copy file name to clipboardExpand all lines: docs/running-clusterfuzzlite/github_actions.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,7 +348,8 @@ separate git repo for storing corpora and coverage reports.
348
348
The storage repo will make corpus management better in
349
349
some scenarios and will allow you to view coverage reports on the web rather than downloading them as artifacts.
350
350
351
-
An empty repository for this is sufficient.
351
+
An empty repository for this is sufficient. The corpus have to be uploaded in the repository under the folder `/corpus/<fuzz_target>/` for each fuzzer.
352
+
352
353
353
354
You'll need to set up a [personal access token] with write permissions to the
354
355
storage repo and add it as a [repository secret] called
0 commit comments