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** I use the `jvm-test-suite` plugin and add an `integrationTest` but I don't want to include the task/test results in kover. **Errors** `./gradlew build` => ``` Could not...

Bug
S: confirmed
S: postponed

# Kover Plugin (0.8.2) Incompatible with Gradle TestKit for Functional Tests in Gradle 8.7+ and Missing Configuration in Aggregation Plugin ## Environment - **Gradle Version**: 8.7, 8.8, 8.9-rc-1 - **Kover...

Bug
S: untriaged

# Abstract Calculating code coverage for applications written in Kotlin is a basic functionality closely related to the language itself. Now this functionality is supplied separately in the form of...

Feature
S: in progress

Kover 0.8.1 and previous versions are incorrectly calculating the branch % for some reified extensions. Below is a snippet on how to reproduce the observed error: Internal Function: ```Kotlin internal...

Bug
S: confirmed

**What is your use-case and why do you need this feature?** At the moment, ant-calls from the `org.jacoco.ant` dependency are used to work with JaCoCo. This is a less reliable...

Feature
S: postponed

**Errors** Some line covered partially **Expected behavior** All lines should be fully covered (green) **Reproducer** Source class ```kotlin inline fun myInline(producer: () -> Int?) { val value = producer()?.inc() println(value)...

Bug
S: confirmed

It's nice to have a filter for excluding the interface which has a default implementation E.g ```kotlin package org.koin.core.component import org.koin.core.Koin import org.koin.core.parameter.ParametersDefinition import org.koin.core.qualifier.Qualifier import org.koin.mp.KoinPlatformTools /** * KoinComponent...

Bug
S: confirmed

**Describe the bug** Recently, I updated the Kover version in my KMM project from 0.8.1 to 0.8.3, and I noticed my data classes annotated with **`@Serializable`** were not fully covered....

Bug
S: confirmed
Check In JaCoCo

**Describe the bug** When using filtering by inheritance verification always pass even when the report correctly reports no covarage. **Errors** **Expected behavior** Verification should fail if the coverage does not...

Bug
S: confirmed

**Describe the bug** Same test suite, but different instruction coverage measurements exist **Expected behavior** Сoverage measurements should be equal **Reproducer** When a class written in a separate file on one...

Bug