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

Fixes to prevent segment fault errors arising due to unexpected SDK b… #11334

Merged

Removed stream references from RemoteTransferContainer to completely …

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

Fixes to prevent segment fault errors arising due to unexpected SDK b… #11334

Removed stream references from RemoteTransferContainer to completely …
1d91527
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2023 in 0s

71.42% (target 70.00%)

View this Pull Request on Codecov

71.42% (target 70.00%)

Details

Codecov Report

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

Comparison is base (effc9bc) 71.46% compared to head (1d91527) 71.42%.
Report is 2 commits behind head on main.

Files Patch % Lines
...n/annotation/processor/ApiAnnotationProcessor.java 88.18% 1 Missing and 14 partials ⚠️
...e/transfer/stream/OffsetRangeIndexInputStream.java 74.35% 9 Missing and 1 partial ⚠️
...on/blobstore/transfer/RemoteTransferContainer.java 71.42% 5 Missing and 1 partial ⚠️
...bstore/transfer/stream/OffsetRangeInputStream.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11334      +/-   ##
============================================
- Coverage     71.46%   71.42%   -0.05%     
+ Complexity    59176    59170       -6     
============================================
  Files          4903     4904       +1     
  Lines        277987   278147     +160     
  Branches      40382    40419      +37     
============================================
- Hits         198662   198657       -5     
- Misses        62805    62971     +166     
+ Partials      16520    16519       -1     

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