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

[Backport 2.x] 13776: allow adding query parameters to RequestOptions #13778

Merged
merged 1 commit into from
Jun 5, 2024

13776: allow adding query parameters to RequestOptions

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

[Backport 2.x] 13776: allow adding query parameters to RequestOptions #13778

13776: allow adding query parameters to RequestOptions
8eb94f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 5, 2024 in 0s

71.36% (target 70.00%)

View this Pull Request on Codecov

71.36% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.36%. Comparing base (0dd892c) to head (8eb94f4).
Report is 298 commits behind head on 2.x.

Files Patch % Lines
...ain/java/org/opensearch/client/RequestOptions.java 62.50% 5 Missing and 1 partial ⚠️
...t/src/main/java/org/opensearch/client/Request.java 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #13778      +/-   ##
============================================
+ Coverage     71.28%   71.36%   +0.07%     
- Complexity    60145    61359    +1214     
============================================
  Files          4957     5040      +83     
  Lines        282799   288500    +5701     
  Branches      41409    42148     +739     
============================================
+ Hits         201591   205875    +4284     
- Misses        64189    65277    +1088     
- Partials      17019    17348     +329     

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