File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export class PlaywrightV8CoverageReporter {
4545 const reportLines = [
4646 "Playwright V8 Coverage Report" ,
4747 "" ,
48- "PR: generated by current workspace-v2 Playwright run." ,
48+ "PR: generated by current Playwright run." ,
4949 "Coverage source: Playwright/Chromium built-in V8 coverage." ,
5050 "Coverage scope: all repo-relative browser JavaScript collected by Playwright/Chromium V8 coverage." ,
5151 "Dependencies: no new npm packages." ,
@@ -390,7 +390,7 @@ export class PlaywrightV8CoverageReporter {
390390 "Status: advisory only." ,
391391 "Thresholds: none enforced." ,
392392 "Missing changed runtime JS files are WARN, not FAIL." ,
393- "Source: Playwright/Chromium built-in V8 coverage from npm run test:workspace-v2 ." ,
393+ "Source: Playwright/Chromium built-in V8 coverage from the active Playwright run ." ,
394394 "" ,
395395 "Changed runtime JS files considered:" ,
396396 ...this . formatChangedRuntimeCoverage ( changedRuntimeJsFiles , coverageByPath ) ,
You can’t perform that action at this time.
0 commit comments