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
François
10/20/2024, 6:54 AM
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
François
10/20/2024, 7:09 AM
I guess compatibility issues. We need a Kover IDE plugin. It’s like Ktlint Gradle plugin against Ktlint IDE plugin.
a
Adam Brown
10/20/2024, 11:56 PM
ah damn, it's such a nice work flow when writing tests to have it right in the gutter like that!
Adam Brown
10/23/2024, 12:55 AM
I wounder if it is a problem with the tests running in