Hi, i have an issue with Kover 0.9.0 with exclusio...
# code-coverage
s
Hi, i have an issue with Kover 0.9.0 with exclusion, with this configuration
Copy code
kover {
    reports {
        filters {
            excludes {
                packages("org.koin.ksp.generated", "com.takaotech.dashboard.di")
            }
        }

        verify {
            // verification rules for all reports
        }
    }
}
with koverHtmlReport packages are excluded corretly, but with koverBinaryReport and import ic file (build/kover/bin-reports/test.ic) on IntelliJ i see packages not excluded.