MCPcopy Create free account
hub / github.com/cypress-io/code-coverage / CoverageMap

Interface CoverageMap

lib/task-utils.ts:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface CoverageMap {
27 [key: string]: CoverageEntry
28}
29
30export function readNycOptions(workingDirectory: string): NycOptions {
31 const pkgFilename = join(workingDirectory, 'package.json')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…