coverageThreshold property

int coverageThreshold
final

The minimum acceptable code coverage percentage.

If the code coverage falls below this threshold, the build or deployment may be considered a failure.

Implementation

final int coverageThreshold;