filtersAppend

abstract fun filtersAppend(config: Action<KoverReportFiltersConfig>)(source)

Specify common report filters, these filters will be inherited in HTML/XML/verification and other reports.

Using this block will add additional filters to those that were inherited and specified earlier. In order to clear the existing filters, use filters.

filtersAppend {
excludes {
// ...
}

includes {
// ...
}
}