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
I configured Kover in my project with several modules, and it worked perfectly. However, I need to add the useJacoco() option because of my CI. After adding this option, I encountered an error when executing the task:
Execution failed for task ':app:koverHtmlReport'.
> A failure occurred while executing kotlinx.kover.gradle.plugin.tools.jacoco.JacocoHtmlReportAction
> Invalid execution data file.
Hi everyone,
I configured Kover in my project with several modules, and it worked perfectly. However, I need to add the useJacoco() option because of my CI. After adding this option, I encountered an error when executing the task:
Kover version: 0.9.0
Command executed: ./gradlew koverHtmlReport
Configuration in Gradle:
Could anyone tell me what I missed in the configuration? Thanks
The text was updated successfully, but these errors were encountered: