Sergey Shanshin

Results 230 comments of Sergey Shanshin

It looks like project filters can be added: ``` kover { reports { variant("onlyForLib") { filters { includes { projects.add(":lib") } } verify { rule { // lib should be...

Tests will fail for now, until reporter be fixed

Thanks for the detailed feedback!

Hi, could you please clarify, this is how you are setting up the merge report now, for example, for only `projectA` and `projectB` projects. Are you using convention plugin or...

About second question: you may create binary report with `koverBinaryReport` task and from the these reports, you can generate a readable report (HTML or XML) by [Kover CLI](https://kotlin.github.io/kotlinx-kover/cli/#generating-reports). I think...

Relates https://github.com/Kotlin/kotlinx-kover/issues/272

Hi, at the moment, there is no version of Kover `1.0` yet. Could you clarify, have you looked through [this](https://kotlin.github.io/kotlinx-kover/gradle-plugin/#single-report-over-several-projects) documentation? Without additional information about the project, it is hard...