kotlinx-kover
kotlinx-kover copied to clipboard
**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...
# 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...
# 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...
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...
**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...
**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)...
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...
**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....
**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...
A class is not included in the test coverage report if it is written in a separate file on one line.
**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...