Skip to content

Commit

Permalink
Reduce code coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKabata committed Sep 20, 2023
1 parent 935dfd6 commit 0d692af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daraja/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ kover {
verify {
rule {
name = "Minimal line coverage rate in percents"
bound { minValue = 60 }
bound { minValue = 50 }
}
}
}
Expand Down

0 comments on commit 0d692af

Please sign in to comment.