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
We attempted to integrate the Delta Coverage plugin into our Android project using Kover 0.7.6. During the execution of a Gradle command, the following error occurred:
Execution failed for task ':app:deltaCoverageRandom'.
> Error while evaluating property 'coverageBinaryFiles' of task ':app:deltaCoverageRandom'.
> Failed to query the value of task ':app:deltaCoverageRandom' property 'coverageBinaryFiles'.
> SourceSet with name 'main' not found.
Expected Behavior
The task should complete without errors.
Logs
Execution failed for task ':app:deltaCoverageRandom'.
> Error while evaluating property 'coverageBinaryFiles' of task ':app:deltaCoverageRandom'.
> Failed to query the value of task ':app:deltaCoverageRandom' property 'coverageBinaryFiles'.
> SourceSet with name 'main' not found.
Additional context
The error does not occur when the project is configured using .gradle instead of .ktx.
Working configuration:
Describe the bug
We attempted to integrate the Delta Coverage plugin into our Android project using Kover 0.7.6. During the execution of a Gradle command, the following error occurred:
Environment
Steps To Reproduce
./gradlew test deltaCoverageRandom
Expected Behavior
The task should complete without errors.
Logs
Additional context
The error does not occur when the project is configured using .gradle instead of .ktx.
Working configuration:
The text was updated successfully, but these errors were encountered: