Open DonggeLiu opened 8 months ago
Not related to report UI but related to numbers: On the index page, the line coverage diff should count the union of lines covered by all new fuzz targets, not the maximum of them. That is:
line_coverage = union(target.line_covered for target in all_LLM_generted_fuzz_targets)
Current report (e.g., this one) has two main ambiguities regarding coverage data:
Result
object.subtracted covreport
, which can be written to the result dir withto_file()
Extra: Save the coverage report to result dir too.