You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I have multiple modules, some are JVM only (domain) and others and Android modules. With the latest version 0.7.5 the reports merging with JVM and Android modules is broken.
Worked fine in 0.7.3
Errors
If present, stacktraces or files from build/kover/errors directory
Execution failed for task ':app:koverGenerateArtifact'.
> Failed to notify dependency resolution listener.
> Kover android variant 'prodRelease' was not matched with any variant from dependency ':domain' of project ':app'. Check that the Kover plugin is applied in the ':domain' project and there is a variant compatible with 'prodRelease' in it.
Expected behavior
Skip the mergedWith instruction if not found in the JVM module ?
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.
Hi,
in version 0.7.5, an additional configuration correctness check was added, so now an error is displayed indicating that the configuration is incorrect.
@shanshin Indeed we updated our configuration following the comment you mentioned and it works now ! Thank you very much for guiding us in the right direction 🥳
Describe the bug
A clear and concise description of what the bug is.
I have multiple modules, some are JVM only (domain) and others and Android modules. With the latest version
0.7.5
the reports merging with JVM and Android modules is broken.Worked fine in
0.7.3
Errors
If present, stacktraces or files from
build/kover/errors
directoryExpected behavior
Skip the mergedWith instruction if not found in the JVM module ?
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
0.7.5
8.1.4
Kotlin/JVM/Android
Kover default
Here is my Kover configuration in Groovy :
The text was updated successfully, but these errors were encountered: