Closed f0rki closed 11 months ago
Instead of re-implementing writing coverage in lcov, lighthouse, raw in every command, create utility functions in crate::stats that can be used to do that. Updated the coverage command to remove duplicated code:
crate::stats
coverage
fuzzvm.gather_feedback
Instead of re-implementing writing coverage in lcov, lighthouse, raw in every command, create utility functions in
crate::stats
that can be used to do that. Updated thecoverage
command to remove duplicated code:fuzzvm.gather_feedback
to obtain coveragecrate::stats
utility functions