Skip to main content
A coverage entry returned by cover. Carries the semantic time name and target type information for compile-time validation by schedule. This is an opaque token; pass it directly into the coverage array.

Type Parameters

T

T extends string = string

R

R extends string = string

Properties

\_type
"coverage"
required
Internal
count
number
required
Internal
options
CoverageOptions
required
Internal
target
R | R[]
required
Internal
timeName
T
required
Internal
variants
optional variants: readonly CoverageVariant[]
InternalWhen present, this entry uses variant-based resolution.