From 00eb304a57c3ef44580911604d8bfef32eae6f99 Mon Sep 17 00:00:00 2001 From: Yaliang Wu Date: Thu, 14 Apr 2022 13:39:37 -0700 Subject: [PATCH] remove MLPredictTaskRunner from jacoco exclusion list Signed-off-by: Yaliang Wu --- plugin/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 12fe64d880..0b11b600cd 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -207,8 +207,7 @@ jacocoTestReport { List jacocoExclusions = [ // TODO: add more unit test to meet the minimal test coverage. 'org.opensearch.ml.constant.CommonValue', - 'org.opensearch.ml.plugin.MachineLearningPlugin*', - 'org.opensearch.ml.task.MLPredictTaskRunner' + 'org.opensearch.ml.plugin.MachineLearningPlugin*' ] jacocoTestCoverageVerification {