Skip to content

Commit

Permalink
Reduce core module coverage bound
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Nov 22, 2021
1 parent 51ccccf commit 9755adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/kover.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks.withType(Test) { task ->
}
tasks.koverVerify {
// Core is mainly uncovered because a lot of serializers are tested with JSON
def minPercentage = (project.name.contains("core") || project.name.contains("properties")) ? 50 : 80
def minPercentage = (project.name.contains("core") || project.name.contains("properties")) ? 45 : 80
rule {
name = "Minimal line coverage rate in percents"
bound {
Expand Down

0 comments on commit 9755adc

Please sign in to comment.