Closed cldfzn closed 2 months ago
Hi, unfortunately, Kover Gradle plugin is now designed so that it automatically runs all the test tasks present in the project.
Is the use of the Kover Aggregated Plugin suitable to you? It does not automatically run tasks.
Not planned, the settings aggregated plug-in is expected to be used in the future
If I have a quarkus project, and disable the native build, enabling kover on the project causes the native compile tasks to be run. This should not happen. I haven't looked in to it enough to know what causes this.
Attempting to disable for the testNative task from quarkus:
Tasks without kover enabled:
Tasks with kover enabled