Hey Kotlin Kover vs Jacoco, what are the general...
# general-advice
r
Hey Kotlin Kover vs Jacoco, what are the general differences in coverage reporting. Those Kover remove the pain points of incorrect reporting due to the byte code generation of kotlin
a
I think that under the hood Kover still uses JaCoCo for JVM. Kover is an improvement because it supports more than just JVM. You might be able to change the engine though https://kotlin.github.io/kotlinx-kover/#specifying-coverage-engine
c
Kover is JVM-only. Kover can execute both JaCoCo and the IntelliJ coverage runner. There's not much difference between them at the moment.
353 Views