kotlinx-kover
kotlinx-kover copied to clipboard
**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...
**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...
**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...
**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) ```...
In our project we use @kotlin.internal.InlineOnly functions like sortedBy but kover can't cover this lines. How can we do it?
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...
**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...
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...