Skip to content

Commit

Permalink
Add test classes to jacoco exclusion to get a coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed May 16, 2024
1 parent e6fbfdb commit 11e1fc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,11 @@ List<String> jacocoExclusions = [
'org.opensearch.ml.helper.ModelAccessControlHelper',
'org.opensearch.ml.action.models.DeleteModelTransportAction.2',
'org.opensearch.ml.model.MLModelCacheHelper',
'org.opensearch.ml.model.MLModelCacheHelper.1'
'org.opensearch.ml.model.MLModelCacheHelper.1',
// For WIP, try to resolve before merging
'org.opensearch.ml.sdkclient.RemoteClusterIndicesClient',
'org.opensearch.ml.sdkclient.LocalClusterIndicesClient',
'org.opensearch.ml.action.connector.GetConnectorTransportAction'
]

jacocoTestCoverageVerification {
Expand Down

0 comments on commit 11e1fc3

Please sign in to comment.