Skip to content

feat(server): Add Resumable Upload API - #593

Open
jan-auer wants to merge 22 commits into
mainfrom
feat/resumable-upload-api
Open

feat(server): Add Resumable Upload API#593
jan-auer wants to merge 22 commits into
mainfrom
feat/resumable-upload-api

test(server): Remove unsupported resumable assertions

01a2072
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 31, 2026 in 1s

87.90% (-0.01%) compared to 186c046

View this Pull Request on Codecov

87.90% (-0.01%) compared to 186c046

Details

Codecov Report

❌ Patch coverage is 65.65041% with 169 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.90%. Comparing base (186c046) to head (01a2072).
⚠️ Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
objectstore-server/src/endpoints/resumable.rs 81.54% 50 Missing ⚠️
objectstore-service/src/service.rs 32.78% 41 Missing ⚠️
objectstore-server/src/auth/service.rs 0.00% 38 Missing ⚠️
objectstore-service/src/backend/testing.rs 0.00% 16 Missing ⚠️
objectstore-service/src/backend/common.rs 0.00% 8 Missing ⚠️
objectstore-service/src/backend/counting.rs 0.00% 8 Missing ⚠️
objectstore-service/src/error.rs 0.00% 5 Missing ⚠️
objectstore-server/src/endpoints/objects.rs 94.59% 2 Missing ⚠️
objectstore-server/src/endpoints/common.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #593      +/-   ##
==========================================
- Coverage   87.91%   87.90%   -0.01%     
==========================================
  Files          95      107      +12     
  Lines       15850    17772    +1922     
==========================================
+ Hits        13934    15622    +1688     
- Misses       1916     2150     +234     
Components Coverage Δ
Rust Backend 91.54% <65.65%> (-0.83%) ⬇️
Rust Client 81.97% <ø> (+0.36%) ⬆️
Python Client 93.56% <ø> (+2.05%) ⬆️

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.