kotlinx-kover
kotlinx-kover copied to clipboard
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...
**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:  where `KoverFile.kt` will...
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...
**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...
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...
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...
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...