kotlinx-kover
kotlinx-kover copied to clipboard
In our build pipeline, jUnit tests and Cucumber tests are separated. The coverage report should basically be created afterwards. Is there a way to configure the Gradle plugin so that...
Currently Kover only supports exclusion by annotation. As a development team we have added and filtered classes that are marked with an annotation (@Testable for example) that require a minimum...
**Describe the bug** I created a very basic annotation class that mostly works. It does exclude most of the function I want to exclude. But it doesn't exclude the parameters...
**Describe the bug** I have discovered a case where an inline operation is not correctly detected by Kover. **Errors** This leads to errors in `koverVerify` if we exepct to have...
It is necessary to figure out how to motivate to use the beta version of DSL. Independently try to implement the beta version in popular Android projects in order to...
using 0.7.4 kover code coverage work properly after 0.7.4 version using code coverage show 0% I found coverage-error.log (0.7.6) `[2024.03.12 18:09:36] (Coverage INFO): Error during class frame computation: com/appmattus/kotlinfixture/resolver/AndroidUriResolver com.intellij.rt.coverage.instrumentation.ClassWriterImpl$FrameComputationClassNotFoundException:...
**Describe the bug** Kover shows zero coverage for a public extension method. **Errors** Kover shows a different coverage than Android Studio's "Run with Coverage". **Expected behavior** Kover should show the...
The current HTML report one is poorly suited for displaying the coverage of code written in Kotlin. It is necessary to think over a new design and implement code to...
Kover is awesome for its ability to join coverage from all Gradle modules in one report. But then you completely lose information about modules. Would be possible to show the...
**Describe the bug** Coverage in one of our Android projects drops significantly when upgrading the `org.jetbrains.kotlinx:kover-gradle-plugin` from 0.7.5 to 0.7.6 **Errors** None **Expected behavior** No significant change in coverage between...