Sergey Shanshin
Sergey Shanshin
This task will be taken into account when [migrating to Kotlin Gradle Plugin](https://github.com/Kotlin/kotlinx-kover/issues/724). In the future, it will be moved to the Kotlin task tracker, or closed if it loses...
Hi, the `inheritedFrom` filter is taken into account during verification. To deal with the problem, a reproducer project would be very helpful, with a description of the steps how to...
Closed due to the end of IntelliJ Agent development (#720) and the introduction of a new strategy for measuring of Kotlin code coverage (#746). At the moment, the JaCoCo reporter...
This task will be taken into account when [migrating to Kotlin Gradle Plugin](https://github.com/Kotlin/kotlinx-kover/issues/724). In the future, it will be moved to the Kotlin task tracker, or closed if it loses...
This task will be taken into account when [migrating to Kotlin Gradle Plugin](https://github.com/Kotlin/kotlinx-kover/issues/724). In the future, it will be moved to the Kotlin task tracker, or closed if it loses...
We will consider adding similar filters in the future. But could you describe your case in more detail, for what purpose do you have methods with default implementation in interfaces,...
Do I understand correctly that the `KoinComponent` interface does not belong to your project and you did not write it? In this case, you should exclude it from the reports....
> let's say for the class AnthropicConfig I had covered call cases but the kover report that there's something that not cover yet. could you provide an XML report, at...
It's bug in Kover reporter. Reproducer ```kortin interface Parent { fun getFoo(): String = "foo" } data class Child( val s: () -> String = { "Text" }, ) :...
Closed due to the end of IntelliJ Agent development (#720) and the introduction of a new strategy for measuring of Kotlin code coverage (#746). It is recommended to use JaCoCo,...