-
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
Cannot support kotlin multiplatform by 1.7.20(The coverage of iosTest cannot be counted) #292
Comments
Ohh, I just realized that I have the same issue too |
Hi, Native tests are not supported and their coverage is not measured. |
@shanshin Do we have any issue to track this ? Or should we follow this one ? |
I will create an issue and attach a link to it here. However, this task is not in the short-term plans, because its implementation requires significant efforts to implement native code instrumentation. |
Yes I assumed the same that's why I wanted to track 🙂 |
Duplicates #293 |
@hxxyyangyong @mustafaozhan Are you have to get the coverage of
EDIT: Found that it works with
|
The code to detect whether it is a multiplatform project is:
![image](https://user-images.githubusercontent.com/1219331/211482147-a80b17f9-49bb-4b38-926d-35931fbf0dd6.png)
And the code to actually add the multiplatform plugin is:
![image](https://user-images.githubusercontent.com/1219331/211482448-1d242b3c-e2e7-4cb7-9d35-f81a76ed0ede.png)
In this way, the coverage statistics of iosTest cannot be achieved
The text was updated successfully, but these errors were encountered: