mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +00:00
report the total coverage after processing all inputs in local mode (#537)
This commit is contained in:
@ -102,6 +102,7 @@ impl CoverageTask {
|
||||
self.record_corpus_coverage(&mut processor, &synced_dir)
|
||||
.await?;
|
||||
}
|
||||
processor.report_total().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user