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 Create QueryGroup API Logic #14680

Merged
merged 20 commits into from
Aug 13, 2024

add coverage

8e123f7
Select commit
Loading
Failed to load commit list.
Merged

Add Create QueryGroup API Logic #14680

add coverage
8e123f7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 13, 2024 in 0s

71.77% (target 70.00%)

View this Pull Request on Codecov

71.77% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.50980% with 39 lines in your changes missing coverage. Please review.

Project coverage is 71.77%. Comparing base (555a56d) to head (8e123f7).
Report is 13 commits behind head on main.

Files Patch % Lines
...va/org/opensearch/cluster/metadata/QueryGroup.java 75.55% 4 Missing and 7 partials ⚠️
...ch/plugin/wlm/rest/RestCreateQueryGroupAction.java 0.00% 8 Missing ⚠️
...in/wlm/action/TransportCreateQueryGroupAction.java 0.00% 7 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 4 Missing ⚠️
...arch/plugin/wlm/action/CreateQueryGroupAction.java 0.00% 3 Missing ⚠️
...rch/plugin/wlm/action/CreateQueryGroupRequest.java 76.92% 3 Missing ⚠️
...ugin/wlm/service/QueryGroupPersistenceService.java 94.64% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14680      +/-   ##
============================================
- Coverage     71.86%   71.77%   -0.09%     
- Complexity    62906    62932      +26     
============================================
  Files          5178     5185       +7     
  Lines        295174   295283     +109     
  Branches      42678    42687       +9     
============================================
- Hits         212119   211936     -183     
- Misses        65560    65949     +389     
+ Partials      17495    17398      -97     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.