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** Given this 2 pieces of code, and given this code is covered by 2 unit tests that check for null and non-null values, the branch coverage is...

Bug
S: postponed

If you have a Kotlin file with some classes/functions under a certain package, for example ``` src/main/kotlin/org/jetbrains/kover/reproducer/PackageMismatchFile.kt ``` but inside the file you have a different package declared, for example...

Bug
Implement in KGP

In 0.6.1 with `./gradlew koverMergedXmlReport` uploaded to codecov: https://app.codecov.io/github/korlibs/korge/blob/31ceb8d90c8adf02931e410d385f704e513d56b4/kds/src/commonTest/kotlin/com/soywiz/kds/QueueTest.kt ![Screenshot 2022-10-04 at 18 24 25](https://user-images.githubusercontent.com/570848/193873343-8b4162b7-e18d-41ce-a62e-1460c203ee32.png) Also I'm getting some strange partial here in the same file: ![Screenshot 2022-10-04 at 18...

Bug
Kover Coverage Tool
S: postponed

The IntelliJ IDEA should be able to configure the plugin using the UI. Basic features: - when importing Gradle model, determine that the Kover Gradle Plugin has been applied -...

Feature
Implement in KGP

Require method calls that are a safeguard for implementations never will be able to be fully executed if the implementation works fine. ![Screenshot 2022-10-04 at 17 55 08](https://user-images.githubusercontent.com/570848/193867357-e0fc6b48-5bfd-4587-b135-48d0b63616f6.png) So I...

Feature
Implement in KGP

Is there a way to get CircleCI to report the lines covered. I am trying to find a mechanism to simply display this either in the builds or back to...

Feature
Implement in KGP

Feature
Implement in KGP

Plugin reports should be correctly displayed in the `codecov.io` when they it used in github or locally.

Feature
Implement in KGP

**What is your use-case and why do you need this feature?** In some cases, it is necessary to perform additional actions after measuring the coverage: for example, perform conditional verification,...

Feature
Implement in KGP

Hi, I'm using Kover for my company project. It's worked well until the last feature integration. For some reason, the coverage of the module is not showing up when I...

Question
S: in progress