filters

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

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

Using this block clears all the filters specified earlier. In order not to clear the existing filters, but to add new ones, use filtersAppend.

filters {
excludes {
// ...
}

includes {
// ...
}
}

Instance to configuring of common report filters.

See details in filters.