mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 20:38:06 +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?;
|
||||
fs::remove_dir_all(&dir.path).await?;
|
||||
}
|
||||
processor.report_total().await?;
|
||||
self.config.coverage.sync_push().await?;
|
||||
|
||||
info!(
|
||||
|
Reference in New Issue
Block a user