kotlinx-kover icon indicating copy to clipboard operation
kotlinx-kover copied to clipboard

Add instrumentation support to Kotlin/Native targets

Open shanshin opened this issue 2 years ago • 4 comments

At the moment, Kover Coverage Tool only supports JVM instrumentation. Accordingly, only coverage from JVM tests gets into the reports.

To fully support Kotlin Multi-Platform, it is necessary to implement native code instrumentation.

shanshin avatar Jan 11 '23 12:01 shanshin

Kover Coverage Tool only supports JVM instrumentation

How to include instrumentation tests in the Kover coverage report?

Abhimanyu14 avatar Apr 23 '23 08:04 Abhimanyu14

I have a pure Kotlin Native project and I really hope Kover can support it.

willflier avatar Jun 26 '23 02:06 willflier

What's the status of this? Can we expect to have this feature?

sbmf21 avatar Feb 20 '24 09:02 sbmf21

@sbmf21, at the moment, work on this feature is not underway.

shanshin avatar Feb 20 '24 11:02 shanshin