Open5

Kover Migration

ykwsykws

KoverはKotlinのコードカバレッジ用の新プラグインで、Kotlin/JVMコンパイラで構築したコードに使用することができる。Gradleタスクとして、開発者マシン上でローカルに、あるいはCIパイプラインに組み込んで、とさまざまに使用することが可能だ。Kotlin Multiplatformでも動作し、JavaコードカバレッジライブラリのJaCoCoと互換性がある。

https://www.infoq.com/jp/news/2021/12/jetbrains-k2-compiler-kotlin/

ykwsykws

Kover – a code coverage tool for Kotlin

The Kover Gradle plugin is Experimental. We would appreciate your feedback on it in GitHub.

With Kotlin 1.6.0, we're introducing Kover – a Gradle plugin for the IntelliJ and JaCoCo Kotlin code coverage agents. It works with all language constructs, including inline functions.

Learn more about Kover on its GitHub repository or in this video:

https://kotlinlang.org/docs/whatsnew16.html#kover-a-code-coverage-tool-for-kotlin