kotlinx-kover icon indicating copy to clipboard operation
kotlinx-kover copied to clipboard

Results 101 kotlinx-kover issues
Sort by recently updated
recently updated
newest added

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...

Question
S: waiting for clarification

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...

Kover Coverage Tool
Kover Gradle Plugin
Feature
S: in progress

**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...

Bug
S: confirmed

**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...

Bug
S: confirmed

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...

Feature
S: untriaged

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:...

Bug
S: in progress

**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...

Bug
S: waiting for clarification

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...

Implement in KGP

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...

Feature
Implement in KGP

**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...

Bug
S: in progress