Kover Log Task Config
Configuration of coverage printing to the log for current report variant.
log {
onCheck = true
filters {
// ...
}
header = null
format = "<entity> line coverage: <value>%"
groupBy = GroupingEntityType.APPLICATION
coverageUnits = CoverageUnit.LINE
aggregationForGroup = AggregationType.COVERED_PERCENTAGE
}
Content copied to clipboard
Properties
Link copied to clipboard
Specifies aggregation function that will be calculated over all the units of the same group.
Link copied to clipboard
The type of application code division (unit type) whose unit coverage will be considered independently.
Link copied to clipboard
Specifies by which entity the code for separate coverage evaluation will be grouped.