Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-runner-coverage.js
File
test-runner-coverage.js
test/parallel/test-runner-coverage.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
const
common = require(
'../common'
);
3
const
assert = require(
'node:assert'
);
4
const
{ spawnSync } = require(
'node:child_process'
);
Callers
nothing calls this directly
Calls
15
getSpecCoverageFixtureReport
Function · 0.85
includes
Method · 0.80
test
Function · 0.70
findCoverageFileForPid
Function · 0.70
getTapCoverageFixtureReport
Function · 0.70
parse
Method · 0.65
forEach
Method · 0.65
find
Method · 0.65
require
Function · 0.50
spawnSync
Function · 0.50
assert
Function · 0.50
refresh
Method · 0.45
Tested by
no test coverage detected