Commit 41460f2
committed
fix: keep-unaffected-fuzz-targets on ClusterFuzzLite PR fuzzing
PR #300's own CI run caught another real gap: without this,
build_fuzzers tries to prune "unaffected" targets by diffing against a
coverage baseline artifact (cifuzz-coverage-latest) that can't exist yet
on a brand-new integration — hard-fails with "No fuzz targets found" on
literally the first fuzzing PR ever. There's exactly one fuzz target in
this repo, so the optimization has no upside; keep it unconditionally.
Entire-Checkpoint: c84ca2b91fd21 parent 2ba04e2 commit 41460f2
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
0 commit comments