TestCoverageSummaryThresholds

sealed external interface TestCoverageSummaryThresholds(source)

Properties

Link copied to clipboard
abstract var branch: Double

The branch coverage threshold.

Link copied to clipboard
abstract var function: Double

The function coverage threshold.

Link copied to clipboard
abstract var line: Double

The line coverage threshold.