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

With jacoco it's possible to use a java agent to get coverage at runtime. This enables collecting coverage during integration and end-to-end tests. I don't see an option like this...

Kover Coverage Tool
Kover Gradle Plugin
Feature
Kover DSL
S: postponed

**Describe the bug** XML report generates inaccurate coverage for files with same name, but from different source sets. Take the following project structure as an example: ![2022-11-21_13-38-18](https://user-images.githubusercontent.com/22685910/203057323-7ab1384d-2290-4446-878f-5e002de880fe.png) where `KoverFile.kt` will...

Bug
Implement in KGP

In some cases, it is convenient to exclude from the report all classes inherited from one parent, or implementing a specific interface. This is more convenient than annotating several classes...

Feature
S: postponed

**Describe the bug** When Kover encounters a serializable data class containing a list property, it mistakenly indicates instructions are not covered. The same source code compiled with 1.8.10 does not...

Bug
S: in progress

Sometimes, it is very difficult to determine why a line is either partially covered or not covered at all This is usually due to the fact that Kover reports on...

Feature
Implement in KGP

- #481 - #482 - #483 - #484 - #485

S: untriaged

Support the ability to run a combination of tests on different versions of Gradle, Android versions, different types of OS. For this it is necessary: - make sure that the...

Feature
S: untriaged

For more convenient use of tests, it is necessary: - all assertion errors should be issued with a clear message so that developer can understand where and for what reason...

Feature
S: untriaged