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 the means to extract the contextual underlying channel from HttpChannel without excessive typecasting #11751

Merged
merged 1 commit into from
Jan 4, 2024

Add the means to extract the contextual underlying channel from HttpC…

1a6940b
Select commit
Loading
Failed to load commit list.
Merged

Add the means to extract the contextual underlying channel from HttpChannel without excessive typecasting #11751

Add the means to extract the contextual underlying channel from HttpC…
1a6940b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2024 in 0s

71.36% (target 70.00%)

View this Pull Request on Codecov

71.36% (target 70.00%)

Details

Codecov Report

Attention: 167 lines in your changes are missing coverage. Please review.

Comparison is base (36bd674) 71.27% compared to head (1a6940b) 71.36%.
Report is 2 commits behind head on main.

Files Patch % Lines
...org/opensearch/index/mapper/NumberFieldMapper.java 40.26% 68 Missing and 21 partials ⚠️
.../document/SortedUnsignedLongDocValuesSetQuery.java 15.09% 43 Missing and 2 partials ⚠️
.../main/java/org/apache/lucene/util/LongHashSet.java 39.62% 21 Missing and 11 partials ⚠️
.../org/opensearch/http/netty4/Netty4HttpChannel.java 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11751      +/-   ##
============================================
+ Coverage     71.27%   71.36%   +0.09%     
- Complexity    59176    59273      +97     
============================================
  Files          4909     4911       +2     
  Lines        278429   278656     +227     
  Branches      40460    40525      +65     
============================================
+ Hits         198443   198869     +426     
+ Misses        63528    63268     -260     
- Partials      16458    16519      +61     

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