Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add flatten_result_index_mapping field to Config #1276

Merged

apply spotless check

e6613e7
Select commit
Loading
Failed to load commit list.
Merged

Add flatten_result_index_mapping field to Config #1276

apply spotless check
e6613e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2024 in 0s

77.11% (+5.28%) compared to 3f0fc8c

View this Pull Request on Codecov

77.11% (+5.28%) compared to 3f0fc8c

Details

Codecov Report

Attention: Patch coverage is 76.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 77.11%. Comparing base (3f0fc8c) to head (e6613e7).
Report is 5 commits behind head on main.

Files Patch % Lines
.../java/org/opensearch/ad/model/AnomalyDetector.java 75.00% 1 Missing and 1 partial ⚠️
...java/org/opensearch/forecast/model/Forecaster.java 33.33% 2 Missing ⚠️
...n/java/org/opensearch/timeseries/model/Config.java 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1276      +/-   ##
============================================
+ Coverage     71.83%   77.11%   +5.28%     
- Complexity     4898     5299     +401     
============================================
  Files           518      517       -1     
  Lines         22879    22911      +32     
  Branches       2245     2241       -4     
============================================
+ Hits          16434    17667    +1233     
+ Misses         5410     4212    -1198     
+ Partials       1035     1032       -3     
Files Coverage Δ
src/main/java/org/opensearch/ad/model/ADTask.java 98.00% <100.00%> (+<0.01%) ⬆️
.../handler/AbstractAnomalyDetectorActionHandler.java 97.82% <100.00%> (+77.82%) ⬆️
...va/org/opensearch/forecast/model/ForecastTask.java 97.59% <100.00%> (+<0.01%) ⬆️
.../rest/handler/AbstractForecasterActionHandler.java 88.88% <100.00%> (+88.88%) ⬆️
.../java/org/opensearch/ad/model/AnomalyDetector.java 86.08% <75.00%> (-0.34%) ⬇️
...java/org/opensearch/forecast/model/Forecaster.java 77.51% <33.33%> (+6.43%) ⬆️
...n/java/org/opensearch/timeseries/model/Config.java 87.31% <66.66%> (-0.10%) ⬇️

... and 94 files with indirect coverage changes