Skip to content

Commit

Permalink
Collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 24, 2021
1 parent ad65f36 commit 39df24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest-light-runner/src/worker-runner.js
Expand Up @@ -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)
Expand Down

0 comments on commit 39df24a

Please sign in to comment.