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 Delete QueryGroup API Logic #14735

Merged
merged 10 commits into from
Aug 22, 2024

add UT coverage

ff9a93e
Select commit
Loading
Failed to load commit list.
Merged

Add Delete QueryGroup API Logic #14735

add UT coverage
ff9a93e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 22, 2024 in 1s

71.90% (target 70.00%)

View this Pull Request on Codecov

71.90% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 83.05085% with 10 lines in your changes missing coverage. Please review.

Project coverage is 71.90%. Comparing base (abb1041) to head (ff9a93e).
Report is 2 commits behind head on main.

Files Patch % Lines
...rch/plugin/wlm/WorkloadManagementPluginModule.java 0.00% 3 Missing ⚠️
...pensearch/plugin/wlm/WorkloadManagementPlugin.java 0.00% 2 Missing ⚠️
...rch/plugin/wlm/action/DeleteQueryGroupRequest.java 86.66% 1 Missing and 1 partial ⚠️
...in/wlm/action/TransportDeleteQueryGroupAction.java 75.00% 2 Missing ⚠️
...in/wlm/action/TransportCreateQueryGroupAction.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14735      +/-   ##
============================================
- Coverage     71.93%   71.90%   -0.04%     
- Complexity    63223    63234      +11     
============================================
  Files          5214     5219       +5     
  Lines        295938   295992      +54     
  Branches      42754    42754              
============================================
- Hits         212876   212822      -54     
- Misses        65601    65673      +72     
- Partials      17461    17497      +36     

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