mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 12:48:07 +00:00
report coverage total after batch processing prior (#218)
This commit is contained in:
@ -105,6 +105,7 @@ impl CoverageTask {
|
|||||||
self.record_corpus_coverage(&mut processor, dir).await?;
|
self.record_corpus_coverage(&mut processor, dir).await?;
|
||||||
fs::remove_dir_all(&dir.path).await?;
|
fs::remove_dir_all(&dir.path).await?;
|
||||||
}
|
}
|
||||||
|
processor.report_total().await?;
|
||||||
self.config.coverage.sync_push().await?;
|
self.config.coverage.sync_push().await?;
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
|
Reference in New Issue
Block a user