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] Avoid string out of bounds error in snapshot delete #12359

Merged
merged 1 commit into from
Mar 14, 2024

Avoid string out of bounds error in snapshot delete (#12337)

ce2dcd1
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Avoid string out of bounds error in snapshot delete #12359

Avoid string out of bounds error in snapshot delete (#12337)
ce2dcd1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2024 in 0s

71.23% (target 70.00%)

View this Pull Request on Codecov

71.23% (target 70.00%)

Details

Codecov Report

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

Project coverage is 71.23%. Comparing base (44f1417) to head (ce2dcd1).

Files Patch % Lines
...ch/repositories/blobstore/BlobStoreRepository.java 3.84% 24 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #12359      +/-   ##
============================================
+ Coverage     71.08%   71.23%   +0.14%     
- Complexity    59953    59987      +34     
============================================
  Files          4945     4945              
  Lines        282230   282226       -4     
  Branches      41341    41338       -3     
============================================
+ Hits         200626   201036     +410     
+ Misses        64630    64124     -506     
- Partials      16974    17066      +92     

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