Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
change min jacoco coverage to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-sun-77 committed Dec 1, 2020
1 parent f8b302b commit a9d9667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.19
minimum = 0.35
}
}
}
Expand Down

0 comments on commit a9d9667

Please sign in to comment.