79181270

Date: 2024-11-12 13:22:49
Score: 2.5
Natty:
Report link

Jetbrains has a new Code-coverage tool in development, named Kover, which is a gradle-plugin.

https://kotlin.github.io/kotlinx-kover/gradle-plugin/

It is in an early version for now, and this article mentions it does not support instrumentation tests yet, but that might be outdated since it seems to have preliminary support for Jetpack Compose:

https://github.com/Kotlin/kotlinx-kover/issues/601

And the official docs mention support for Android and build-variants, but indeed, no support for instrumentation tests for now, according to the Features-paragraph:

Support for Kotlin Android projects with build variants (instrumentation tests executing on the Android device are not supported yet).

If you test this, please let me know if it works for you.

Reasons:
  • Blacklisted phrase (1): this article
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: arne.jans