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

Interface NycOptions

lib/common-utils.ts:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// <reference types="node" />
2
3export interface NycOptions {
4 'report-dir'?: string
5 reporter?: string | string[]
6 extension?: string | string[]
7 exclude?: string | string[]
8 excludeAfterRemap?: boolean
9 all?: boolean
10 include?: string | string[]
11 [key: string]: unknown
12}
13
14function stringToArray(prop: string, obj: Record<string, unknown>): void {
15 if (typeof obj[prop] === 'string') {

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…