[Build Issue] use full source set to match fastfile test task (#3533)

This commit is contained in:
Dave Severns 2024-07-16 09:56:23 -04:00 committed by GitHub
parent 7653d71b3d
commit b0ff0b9185
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -253,7 +253,7 @@ kover {
tasks {
getByName("check") {
// Add detekt with type resolution to check
dependsOn("detektMain")
dependsOn("detekt")
}
withType<io.gitlab.arturbosch.detekt.Detekt>().configureEach {