Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
nharper285 committed Oct 30, 2023
1 parent d000284 commit 7b8ebcb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/agent/onefuzz-task/src/tasks/coverage/generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ impl CoverageTask {
context.save_and_sync_coverage().await?;
}

info!("report final coverage");
context.report_coverage_stats().await;

context.heartbeat.alive();
Expand Down Expand Up @@ -452,8 +451,6 @@ impl<'a> TaskContext<'a> {
if count % 10 == 0 {
self.save_and_sync_coverage().await?;
}
info!("report coverage");
self.report_coverage_stats().await;
}
} else {
warn!("skipping non-file dir entry: {}", entry.path().display());
Expand Down

0 comments on commit 7b8ebcb

Please sign in to comment.