1
0

better coverage

This commit is contained in:
Michael Hoennig
2019-04-26 11:41:48 +02:00
parent a10a3a62e5
commit 6092afe32b
2 changed files with 7 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ jacocoTestCoverageVerification {
limit {
counter = 'LINE'
value = 'COVEREDRATIO'
minimum = 0.90
minimum = 0.85
}
includes = specialExceptions
}