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

Interface CoverageEntry

lib/task-utils.ts:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const log = debug('code-coverage')
19
20export interface CoverageEntry {
21 path: string
22 hash?: string
23 [key: string]: unknown
24}
25
26export interface CoverageMap {
27 [key: string]: CoverageEntry

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…