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

[Bugfix] Fix NPE in ReplicaShardAllocator (#13993) #14385

Merged

Merge branch 'main' into fix-npe-in-replicashardallocator

b4e9a85
Select commit
Loading
Failed to load commit list.
Merged

[Bugfix] Fix NPE in ReplicaShardAllocator (#13993) #14385

Merge branch 'main' into fix-npe-in-replicashardallocator
b4e9a85
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 18, 2024 in 1s

71.93% (target 70.00%)

View this Pull Request on Codecov

71.93% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.93%. Comparing base (4abcf39) to head (b4e9a85).
Report is 4 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14385      +/-   ##
============================================
+ Coverage     71.91%   71.93%   +0.02%     
+ Complexity    62516    62493      -23     
============================================
  Files          5145     5145              
  Lines        293307   293309       +2     
  Branches      42407    42407              
============================================
+ Hits         210919   211003      +84     
+ Misses        65040    64953      -87     
- Partials      17348    17353       +5     

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