mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +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)
|
self.record_corpus_coverage(&mut processor, &synced_dir)
|
||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
processor.report_total().await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user