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

implement list multipart uploads. #161

Merged
merged 5 commits into from
Feb 4, 2025

fix tests

a43a690
Select commit
Loading
Failed to load commit list.
Merged

implement list multipart uploads. #161

fix tests
a43a690
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 4, 2025 in 0s

90.83% (target 85.00%)

View this Pull Request on Codecov

90.83% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 93.08511% with 13 lines in your changes missing coverage. Please review.

Project coverage is 90.83%. Comparing base (21a31b0) to head (a43a690).

Files with missing lines Patch % Lines
...y/s3/core/service/ListMultipartUploadsService.java 92.77% 3 Missing and 3 partials ⚠️
...ava/com/robothy/s3/core/service/ListItemUtils.java 84.61% 2 Missing and 2 partials ⚠️
...hy/s3/jupiter/extensions/RealS3ClientResolver.java 82.35% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #161      +/-   ##
============================================
+ Coverage     90.76%   90.83%   +0.07%     
- Complexity      791      824      +33     
============================================
  Files           159      164       +5     
  Lines          3301     3459     +158     
  Branches        207      222      +15     
============================================
+ Hits           2996     3142     +146     
- Misses          227      235       +8     
- Partials         78       82       +4     

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