Hey, I use kover and I have a multi module JVM pro...
# code-coverage
h
Hey, I use kover and I have a multi module JVM project with jvm-test-suites. How can I disable running the integration tests when running koverVerify? I already tried excludedSourceSets.
1
Okay, sourceSet configures the reporting only, for disabling task dependencies you have to use
instrumentation.disabledForTestTasks
.