We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af1246 commit d87739fCopy full SHA for d87739f
plugin/build.gradle
@@ -35,10 +35,6 @@ checkstyle {
35
toolVersion = '10.12.2'
36
}
37
38
-lombok {
39
- version = "1.18.28"
40
-}
41
-
42
opensearchplugin {
43
name 'opensearch-ml'
44
description 'machine learning plugin for opensearch'
@@ -304,7 +300,7 @@ jacocoTestCoverageVerification {
304
300
excludes = jacocoExclusions
305
301
limit {
306
302
counter = 'BRANCH'
307
- minimum = 0.6
303
+ minimum = 0.7 //TODO: change this value to 0.7
308
309
310
rule {
@@ -313,7 +309,7 @@ jacocoTestCoverageVerification {
313
314
counter = 'LINE'
315
311
value = 'COVEREDRATIO'
316
312
+ minimum = 0.8 //TODO: change this value to 0.8
317
318
319
0 commit comments