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

Adding User Behavior Insights functionality. #13546

Closed
wants to merge 3 commits into from

Adding rest and unit test for ubi without a query_id. Requiring ubi b…

333e45e
Select commit
Loading
Failed to load commit list.
Closed

Adding User Behavior Insights functionality. #13546

Adding rest and unit test for ubi without a query_id. Requiring ubi b…
333e45e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2024 in 0s

71.53% (target 70.00%)

View this Pull Request on Codecov

71.53% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 47.08995% with 100 lines in your changes are missing coverage. Please review.

Project coverage is 71.53%. Comparing base (b15cb0c) to head (333e45e).
Report is 271 commits behind head on main.

Files Patch % Lines
.../main/java/org/opensearch/ubi/UbiActionFilter.java 16.00% 60 Missing and 3 partials ⚠️
...src/main/java/org/opensearch/ubi/QueryRequest.java 0.00% 12 Missing ⚠️
...ain/java/org/opensearch/ubi/ext/UbiParameters.java 83.58% 3 Missing and 8 partials ⚠️
...rc/main/java/org/opensearch/ubi/QueryResponse.java 0.00% 8 Missing ⚠️
...rg/opensearch/ubi/ext/UbiParametersExtBuilder.java 75.00% 3 Missing and 2 partials ⚠️
.../main/java/org/opensearch/ubi/UbiModulePlugin.java 85.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13546      +/-   ##
============================================
+ Coverage     71.42%   71.53%   +0.11%     
- Complexity    59978    61077    +1099     
============================================
  Files          4985     5058      +73     
  Lines        282275   287313    +5038     
  Branches      40946    41617     +671     
============================================
+ Hits         201603   205518    +3915     
- Misses        63999    64748     +749     
- Partials      16673    17047     +374     

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