With Intellij engine 1.0.675 kover properly setups class filtering and the resulting report is good.
But for the same configuration, the Jacoco engine 0.8.8 does not filter classes at all.
Notes
- Project - Android multi module with different build configs and different flavors, but the tests were performed for a single variant using kover instrumentation and task exclusion
- Described problem reproduces in a single module and also in merged report
- example filters:
com.companyxyz.package.*
*.di.*