-
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
Kover 0.8.0 html report fails in kmp project with use jacoco: Can't add different class with same name #613
Comments
When I remove "useJacoco" it works |
Hi, In this case, the coverage result for these classes turns out to be unpredictable and does not always match the lines. Related #78 |
You may try to exclude such classes from the report kover {
reports {
filters {
excludes {
classes("com.example.DuplicatedClass")
}
}
}
} |
Thanks for the response, I will try this out |
I tried several excludes .e.g the full classname, only the classname or with wildarcd and it still does not work. Just tried with 0.8.1 still not working |
@Siedlerchr, сould you provide a reproducer project? |
I have the same problem updating to I could also reproduce using the
Log
|
Fixed in |
Describe the bug
Execute kover html report in kmp project with jvm + android
kover settings:
Errors
Expected behavior
It should work
Reproducer
A link to your project, if it is open source. Otherwise, please try to reproduce the problem on a small project.
If this is not feasible, give an example of the code on which the problem manifests itself.
Reports
If applicable, report files or screenshots.
Environment
The text was updated successfully, but these errors were encountered: