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

[#11854] Backport: fix possible NPE in ServerTransportFilter #11862

Merged
merged 1 commit into from
Dec 26, 2024

[#11854] Backport: fix possible NPE in ServerTransportFilter

dea5731
Select commit
Loading
Failed to load commit list.
Merged

[#11854] Backport: fix possible NPE in ServerTransportFilter #11862

[#11854] Backport: fix possible NPE in ServerTransportFilter
dea5731
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 0s

37.08% (+0.00%) compared to 8badbdd

View this Pull Request on Codecov

37.08% (+0.00%) compared to 8badbdd

Details

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 37.08%. Comparing base (8badbdd) to head (dea5731).
Report is 1 commits behind head on 3.0.x.

Files with missing lines Patch % Lines
...c/server/ConnectionCountServerTransportFilter.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##              3.0.x   #11862   +/-   ##
=========================================
  Coverage     37.07%   37.08%           
- Complexity    12293    12295    +2     
=========================================
  Files          4049     4049           
  Lines         99367    99369    +2     
  Branches      10472    10472           
=========================================
+ Hits          36843    36853   +10     
+ Misses        59532    59523    -9     
- Partials       2992     2993    +1     

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