Skip to content

Commit

Permalink
changing coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
moaxcp committed Jun 27, 2018
1 parent 9919f1e commit 21b4bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.8
minimum = 0.7
}
limit {
counter = 'BRANCH'
minimum = 0.88
minimum = 0.87
}
}
}
Expand Down

0 comments on commit 21b4bd3

Please sign in to comment.