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** Kover's built in default code coverage library is not currently compatible with Gradle Enterprise Test Distribution. per: https://docs.gradle.com/enterprise/test-distribution/#kover_plugin > Test Distribution is not compatible with the default...

Bug
Implement in KGP

**What is your use-case and why do you need this feature?** In Jacoco it's super helpful to be able to see the red and green coverage progress bars on the...

Feature
Implement in KGP

**Describe the bug** After creating a Kover HTML report, we host it on our build server for later viewing. However, Chrome is blocking the CSS from loading when it is...

Bug
S: postponed

**What is your use-case and why do you need this feature?** On Android, [Room](https://developer.android.com/training/data-storage/room) uses [DAO interfaces](https://developer.android.com/training/data-storage/room/accessing-data#anatomy) to generate SQL related code at compile time. Example: **ProjectDao.kt** (source code) ```...

Feature
Implement in KGP

In our project we use @kotlin.internal.InlineOnly functions like sortedBy but kover can't cover this lines. How can we do it?

Bug
S: postponed

The report hurts my eyes because it has a white background. What is the recommended approach to make it dark? I've tried some Chrome plugins but they did not help...

Feature
Implement in KGP

**What is your use-case and why do you need this feature?** I'd like a `kover/report.md` that would be appropriate for use as a PR comment via github actions, just the...

Kover Gradle Plugin
Feature
S: postponed

Due to the incompatibility of some libraries with Kover instrumentation, errors may occur in the instrumentation of classes that are not related to the project. There is a need to...

Feature
Implement in KGP