Interface BaseCoverageOptions
Properties
Optional all
all?: boolean
Optional allowExternal
allowExternal?: boolean
Optional clean
clean?: boolean
Optional cleanOnRerun
cleanOnRerun?: boolean
Optional enabled
enabled?: boolean
Optional exclude
exclude?: string[]
Optional extension
extension?: string | string[]
Optional include
include?: string[]
Optional processingConcurrency
processingConcurrency?: number
Optional reportOnFailure
reportOnFailure?: boolean
Optional reporter
reporter?: Arrayable<(keyof ReportOptions
)> | (keyof ReportOptions | [keyof ReportOptions] | ["html", Partial<HtmlOptions>] | ["text", Partial<TextOptions>] | ... 10 more ... | [...]
)[] Optional reportsDirectory
reportsDirectory?: string
Optional skipFull
skipFull?: boolean
Optional thresholds
thresholds?: Thresholds | { [
glob:
string]
: Pick<Thresholds, "statements" | "functions" | "branches" | "lines">; } & Thresholds Optional watermarks
watermarks?: {
branches?: [number, number];
functions?: [number, number];
lines?: [number, number];
statements?: [number, number];
}
Type declaration
Optional branches?: [number, number]
Optional functions?: [number, number]
Optional lines?: [number, number]
Optional statements?: [number, number]
Whether to include all files, including the untested ones into report