StartPreciseCoverageParameter

@Serializable
data class StartPreciseCoverageParameter(val callCount: Boolean? = null, val detailed: Boolean? = null, val allowTriggeredUpdates: Boolean? = null)

Constructors

Link copied to clipboard
constructor(callCount: Boolean? = null, detailed: Boolean? = null, allowTriggeredUpdates: Boolean? = null)

Properties

Link copied to clipboard

Allow the backend to send updates on its own initiative

Link copied to clipboard
val callCount: Boolean? = null

Collect accurate call counts beyond simple 'covered' or 'not covered'.

Link copied to clipboard
val detailed: Boolean? = null

Collect block-based coverage.