You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.*
The text was updated successfully, but these errors were encountered:
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
com.companyxyz.package.*
*.di.*
The text was updated successfully, but these errors were encountered: