oss-fuzz-gen icon indicating copy to clipboard operation
oss-fuzz-gen copied to clipboard

Aggregate code coverage of all fuzz targets per benchmark

Open DonggeLiu opened this issue 1 year ago • 5 comments

Extended from #354: Each function-under-test typically consists of 10 fuzz targets. Currently, aggregate_coverage_diff.py represents their total code coverage by the fuzz target with the highest coverage, assuming it includes all lines covered by other targets. While this assumption holds in most cases, incorporating the coverage data from all fuzz targets will yield a more accurate representation.

DonggeLiu avatar Jun 19 '24 04:06 DonggeLiu

Hi @DonggeLiu could I work on this issue?

dberardi99 avatar Mar 11 '25 13:03 dberardi99

Sure, but could you please check if it is already fixed first? Thanks

DonggeLiu avatar Mar 11 '25 13:03 DonggeLiu

And could you please finish the other issue before moving on to this one?

DonggeLiu avatar Mar 11 '25 13:03 DonggeLiu

Sure, but could you please check if it is already fixed first? Thanks

Of course, I'll let you know asap

dberardi99 avatar Mar 11 '25 13:03 dberardi99

Freeing this as discussed, feel free to request later : )

DonggeLiu avatar Mar 17 '25 21:03 DonggeLiu