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

**Describe the bug** Same test suite, but different instruction coverage measurements exist **Expected behavior** coverage measurements should be equal **Reproducer** 1. clone https://github.com/hqsz/kover-coverage-bug-240910 2. execute koverHtmlReport with oneline : result...

Bug
S: confirmed

In our project we use Kover with the Kotlin compiler. Specifically, we using the **JVM instrumentation agent mode. Our use case is as follows:** We have N Kotlin files that...

Bug
S: confirmed

**What is your use-case and why do you need this feature?** We would like to exclude all generated sources from the coverage report/verify rules, we are using dagger that adds...

Feature
Implement in KGP

**Describe the bug** When using Koin annotations, default Koin modules are generated using KSP. In calculating coverage for these modules, Kover indicates (in green) that they are fully covered. However,...

Bug
S: confirmed

**Describe the bug** I have created two instances of `CoroutineExceptionHandler`, both of which are reported as 0% (0/2) covered under method coverage. **Expected behavior** They should be fully covered. See...

Bug
S: confirmed

**Describe the bug** A clear and concise description of what the bug is. **Errors** If present, stacktraces or files from `build/kover/errors` directory **Expected behavior** A clear and concise description of...

Bug
S: waiting for clarification

**Describe the bug** So I am trying to convert from Jacoco to Kover but just simply doing that and running this command ./gradlew clean app:koverHtmlReportDebug -PenableKover (Not using this work...

Bug
S: waiting for clarification

**Describe the bug** I have Android multimodule project with 19 modules. Each module apply kover plugin with similar configuration ``` kover { reports { filters { excludes { androidGeneratedClasses() annotatedBy(...

Bug
S: untriaged

**Describe the bug** I can not exclue my functions which were annotated by @Preview (androidx.compose.desktop.ui.tooling.preview.Preview) in my KMP project. @Preview @Composable @KoverIgnore private fun Preview() { AppTheme { ......... kover...

Bug
S: untriaged

We are using Kover in a multi-module Android project written in Kotlin and running our CI on Azure. We've observed a significant increase in RAM usage when running the app:koverXmlReport...

Question
S: waiting for clarification