diff options
Diffstat (limited to 'cli/worker.rs')
-rw-r--r-- | cli/worker.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index cb52b6101..f332fc6bb 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -102,7 +102,6 @@ pub type CreateCoverageCollectorCb = Box< pub struct CliMainWorkerOptions { pub argv: Vec<String>, pub log_level: WorkerLogLevel, - pub coverage_dir: Option<String>, pub enable_op_summary_metrics: bool, pub enable_testing_features: bool, pub has_node_modules_dir: bool, |