diff --git a/demos/code-coverage-with-monocart-reporter/playwright.monocart-reporter.ts b/demos/code-coverage-with-monocart-reporter/playwright.monocart-reporter.ts index dc26f434..0f94c0c7 100644 --- a/demos/code-coverage-with-monocart-reporter/playwright.monocart-reporter.ts +++ b/demos/code-coverage-with-monocart-reporter/playwright.monocart-reporter.ts @@ -23,15 +23,9 @@ function getCodeCoverageOptions( { outputFile: v8RelativeFilePath, // v8 sub dir and html file name, relative to coverage.outputDir. inline: true, // inline all scripts required for the V8 html report into a single HTML file. - metrics: ["functions", "branches", "lines"], - }, - ], - [ - "console-summary", - { - metrics: ["functions", "branches", "lines"], }, ], + ["console-summary"], [ "cobertura", {