Has anyone had trouble with Kover not showing the ...
# multiplatform
a
Has anyone had trouble with Kover not showing the coverage map in the gutter in multiplatform projects? I've got a pure JVM project that shows coverage data in the gutter just fine, but in my KMP modules it doesn't show in the gutter after doing a "Run for coverage" on my tests
f
Same thing here, I got the coverage on the dedicated tab but not on the code. The other way is to look at the html report,
Copy code
koverHtmlReport
I guess compatibility issues. We need a Kover IDE plugin. It’s like Ktlint Gradle plugin against Ktlint IDE plugin.
a
ah damn, it's such a nice work flow when writing tests to have it right in the gutter like that!
I wounder if it is a problem with the tests running in
desktopTest
instead of
commonTest