-
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
How to generate a merge report? #707
Comments
I found part of the issue, if i execute |
Hi, |
Yes I do, this is my current configuration and still not working: in the root build gradle:
And in each module I have applied the Do I need another special configuration to generate the merged report? |
Just to clarify, |
Pay attention to the section kover {
currentProject {
createVariant("custom") {
add("debug", optional = true)
}
}
} in each module where Kover plugin is applied (including root project). After that, the |
It worked with the createVariant configuration, thanks! |
I have an Android project with several modules but I'm facing an issue, when I execute kover all modules that include generate the report (that's ok) but I want to know if there is a way to generate a merged report of all my modules
this is my current kover config (it is in the root
build.gradle.kts
)The text was updated successfully, but these errors were encountered: