kotlinx-kover
kotlinx-kover copied to clipboard
**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...
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...
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  Also I'm getting some strange partial here in the same file:  So I...
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...
Plugin reports should be correctly displayed in the `codecov.io` when they it used in github or locally.
**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,...
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...