From 0e43d8ec25fad50f9918c205b578c450dddd8bb5 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Wed, 14 Feb 2024 09:30:43 +0100 Subject: [PATCH] ci: turn off coverage by default (#11917) --- tools/mocha-runner/src/mocha-runner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mocha-runner/src/mocha-runner.ts b/tools/mocha-runner/src/mocha-runner.ts index c3d02f9c90e..05dbc3deaa8 100644 --- a/tools/mocha-runner/src/mocha-runner.ts +++ b/tools/mocha-runner/src/mocha-runner.ts @@ -52,7 +52,7 @@ const { .scriptName('@puppeteer/mocha-runner') .option('coverage', { boolean: true, - default: true, + default: false, }) .option('suggestions', { boolean: true,