Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Exclude IndexAnomalyDetectorResponse from Jacoco to unblock build (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
yizheliu-amazon authored Oct 23, 2020
1 parent 61b752f commit 23ab159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ List<String> jacocoExclusions = [
'com.amazon.opendistroforelasticsearch.ad.util.MultiResponsesDelegateActionListener',
'com.amazon.opendistroforelasticsearch.ad.transport.GetAnomalyDetectorRequest',
'com.amazon.opendistroforelasticsearch.ad.util.ThrowingSupplierWrapper',
'com.amazon.opendistroforelasticsearch.ad.transport.IndexAnomalyDetectorResponse'
]

jacocoTestCoverageVerification {
Expand Down

0 comments on commit 23ab159

Please sign in to comment.