microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 198 forks source link

Emit initial coverage at the start of the coverage tasks #3472

Closed chkeita closed 12 months ago

chkeita commented 1 year ago

The coverage task only emits events when a new coverage is discovered. We need to emit the initial coverage at the start of the task

AB#164908