diff --git a/async-query-core/build.gradle b/async-query-core/build.gradle index a1ff7f18b1..deba81735d 100644 --- a/async-query-core/build.gradle +++ b/async-query-core/build.gradle @@ -122,7 +122,8 @@ jacocoTestCoverageVerification { 'org.opensearch.sql.spark.flint.*', 'org.opensearch.sql.spark.flint.operation.*', 'org.opensearch.sql.spark.rest.*', - 'org.opensearch.sql.spark.utils.SQLQueryUtils.*' + 'org.opensearch.sql.spark.utils.SQLQueryUtils.*', + 'org.opensearch.sql.spark.validator.SQLQueryValidationVisitor' ] limit { counter = 'LINE' @@ -130,7 +131,7 @@ jacocoTestCoverageVerification { } limit { counter = 'BRANCH' - minimum = 0.9 + minimum = 1.0 } } }