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
Not a bug, lack of documentation: onCheck applies only to the check task located in the same project where the merged tasks were created (koverMerged.enable() was called).
In this example, this is the root project. However, because the base plugin is not directly or transitively applied , then the check task does not exist in it and merged reports are not attached to anything.
This is easy to check by calling ./gradlew :check.
0.6.0-Beta
I configured simple multi module project and set
onCheck.set(true)
forverify
,htmlReport
,xmlReport
insidekoverMerged
for parent module:None of koverMergedHtmlReport, koverMergedXmlReport, koverMergeVerify is launched when I run check task.
You can check attached project MultiModule.zip
The text was updated successfully, but these errors were encountered: