kotlinx-kover
kotlinx-kover copied to clipboard
Add instrumentation support to Kotlin/Native targets
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.
Kover Coverage Tool only supports JVM instrumentation
How to include instrumentation tests in the Kover coverage report?
I have a pure Kotlin Native project and I really hope Kover can support it.
What's the status of this? Can we expect to have this feature?
@sbmf21, at the moment, work on this feature is not underway.