Add rule validation in AnomalyDetector constructor #1341
Merged
Codecov / codecov/project
succeeded
Oct 18, 2024 in 0s
80.08% (+0.39%) compared to 2ab6dc7
View this Pull Request on Codecov
80.08% (+0.39%) compared to 2ab6dc7
Details
Codecov Report
Attention: Patch coverage is 94.54545%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 80.08%. Comparing base (
2ab6dc7
) to head (fa55f65
).
Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #1341 +/- ##
============================================
+ Coverage 79.68% 80.08% +0.39%
- Complexity 5630 5675 +45
============================================
Files 533 533
Lines 23410 23429 +19
Branches 2323 2335 +12
============================================
+ Hits 18654 18762 +108
+ Misses 3651 3563 -88
+ Partials 1105 1104 -1
Files with missing lines | Coverage Δ | |
---|---|---|
...main/java/org/opensearch/ad/ml/ADModelManager.java | 79.25% <ø> (+3.15%) |
⬆️ |
...ch/timeseries/ml/MemoryAwareConcurrentHashmap.java | 84.61% <ø> (+53.18%) |
⬆️ |
...ensearch/timeseries/model/ValidationIssueType.java | 100.00% <100.00%> (ø) |
|
...imeseries/transport/SuggestConfigParamRequest.java | 92.59% <75.00%> (+54.13%) |
⬆️ |
.../java/org/opensearch/ad/model/AnomalyDetector.java | 88.99% <95.91%> (+2.65%) |
⬆️ |
Loading