report the total coverage after processing all inputs in local mode (#537)

This commit is contained in:
bmc-msft
2021-02-11 14:34:09 -05:00
committed by GitHub
parent 1e536c54d3
commit a3d73a240d

View File

@ -102,6 +102,7 @@ impl CoverageTask {
self.record_corpus_coverage(&mut processor, &synced_dir)
.await?;
}
processor.report_total().await?;
Ok(())
}