Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Sep 21, 2023
1 parent 86419dc commit 73a4208
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions daraja/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@ val javadocJar = tasks.register<Jar>("javadocJar") {
from(dokkaOutputDir)
}

/*koverReport {
koverReport {
verify {
rule {
isEnabled = true
bound { minValue = 50 }
isEnabled = false
bound { minValue = 20 }
}
}
}*/
}

publishing {

Expand Down

0 comments on commit 73a4208

Please sign in to comment.