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

Commit

Permalink
exclude test for ClusterSettingsManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-sun-77 committed Jan 4, 2021
1 parent 4dd1886 commit 2d56891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jacocoTestReport {
exclude: [
'**/FaultDetectionMetricsCollector.class',
'**/MasterThrottlingMetricsCollector.class',
'**/ClusterSettingsManager.class',
])
})
}
Expand All @@ -167,7 +168,7 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.6212
minimum = 0.8
}
}
}
Expand Down

0 comments on commit 2d56891

Please sign in to comment.