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

Interface CoverageObject

lib/support-utils.ts:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5// from support.js file - no file system access
6
7export interface CoverageObject {
8 [key: string]: {
9 path?: string
10 inputSourceMap?: {
11 sources: string[]
12 sourceRoot?: string
13 }
14 [key: string]: unknown
15 }
16}
17
18/** excludes files that shouldn't be in code coverage report */
19export function filterFilesFromCoverage(

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…