bound
Specifies the set of verification limits that control the coverage conditions.
An example of bound configuration:
// At least 75% of lines should be covered in order for build to pass
bound {
aggregationForGroup = AggregationType.COVERED_PERCENTAGE // Default aggregation
coverageUnits = CoverageUnit.LINE
minValue = 75
}
Content copied to clipboard