-
Notifications
You must be signed in to change notification settings - Fork 53
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
Kotlin muiltplatrom is not supported #316
Comments
Thanks for the reproducer! Multiplatform projects are supported, however, at the moment a combination of |
Relates #312 |
- implemented work with build variants with different sets of product flavors - implemented support of android targets in Kotlin multiplatform - implemented ability to export and add some Android build variant to the default report - Kover setups renamed to Kover artifacts - introduced the concept of Kover namespace Fixes #316 Fixes #319
- implemented work with build variants with different sets of product flavors - implemented support of android targets in Kotlin multiplatform - implemented ability to export and add some Android build variant to the default report Fixes #316 Fixes #319 PR #327 Co-authored-by: Vsevolod Tolstopyatov <qwwdfsad@gmail.com> Co-authored-by: Leonid Startsev <sandwwraith@users.noreply.github.com>
Fixed in |
for those configration , I can confirmed that the issue not resolved
|
@aplha98, please create a new issue with a detailed description of your problem. |
Describe the bug
A clear and concise description of what the bug is.
How can I tell kover my testing report is on that path?
Errors
Task 'koverHtmlReport' will be skipped because no tests were executed
Expected behavior
test coverage file should be created
Reproducer
KoverKMM.zip
Fresh kmm project Android studio with kover added
is there anything similar to jacoco classDirectories in kover
will be skipped because no tests were executed
please provide as kmm example in examples file
for 7.0 alpha
for 0.6.1 it is working
The text was updated successfully, but these errors were encountered: