diff --git a/test/jest-light-runner/src/worker-runner.js b/test/jest-light-runner/src/worker-runner.js index 3cefeb012409..bafa4b8c1f01 100644 --- a/test/jest-light-runner/src/worker-runner.js +++ b/test/jest-light-runner/src/worker-runner.js @@ -120,7 +120,7 @@ function callAsync(fn) { */ function toTestResult(stats, tests, path) { return { - coverage: null, + coverage: globalThis.__coverage__, console: null, failureMessage: tests .filter(t => t.error)