google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
841 stars 98 forks source link

report: start project count from 0 #565

Closed DavidKorczynski closed 1 month ago

DavidKorczynski commented 1 month ago

project.count indicates how many targets were run for each project. This starts at 1 meaning we're off by one each time, since we increment the count per target.

DavidKorczynski commented 1 month ago

/gcbrun skip