-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instrumentation support to Kotlin/Native targets #293
Comments
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. |
This task will be taken into account when migrating to Kotlin Gradle Plugin. In the future, it will be moved to the Kotlin task tracker, or closed if it loses relevance. |
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.
The text was updated successfully, but these errors were encountered: