Skip to content

Commit

Permalink
remove MLPredictTaskRunner from jacoco exclusion list
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Apr 14, 2022
1 parent 8ac0b80 commit 00eb304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ jacocoTestReport {
List<String> 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 {
Expand Down

0 comments on commit 00eb304

Please sign in to comment.