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 what you would like to clarify about Kover
We used isDisabled.set(true) before. I read the migration guide but I can not make it passed gradle evaluation:
android {
testOptions {
unitTests.all {
def ignoredTestTasks = ["testReleaseUnitTest", "testStagingUnitTest"]
if (ignoredTestTasks.contains(name)) {
kover {
disable() <- here is the problem
}
}
}
}
}
The text was updated successfully, but these errors were encountered:
Describe what you would like to clarify about Kover
We used
isDisabled.set(true)
before. I read the migration guide but I can not make it passed gradle evaluation:The text was updated successfully, but these errors were encountered: