coverageThreshold property
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;
The minimum acceptable code coverage percentage.
If the code coverage falls below this threshold, the build or deployment may be considered a failure.
final int coverageThreshold;