Skip to content

fix: make UploadId a validated newtype to prevent path traversal

198bcf9
Select commit
Loading
Failed to load commit list.
Merged

feat(server): Add multipart upload endpoints #463

fix: make UploadId a validated newtype to prevent path traversal
198bcf9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2026 in 0s

87.76% (+0.14%) compared to 507b076

View this Pull Request on Codecov

87.76% (+0.14%) compared to 507b076

Details

Codecov Report

❌ Patch coverage is 94.26752% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.76%. Comparing base (507b076) to head (198bcf9).

Files with missing lines Patch % Lines
objectstore-service/src/multipart.rs 80.00% 5 Missing ⚠️
objectstore-server/src/endpoints/common.rs 0.00% 3 Missing ⚠️
objectstore-server/src/endpoints/multipart.rs 98.01% 3 Missing ⚠️
objectstore-service/src/backend/common.rs 0.00% 3 Missing ⚠️
objectstore-service/src/backend/gcs.rs 92.85% 3 Missing ⚠️
objectstore-service/src/backend/in_memory.rs 92.10% 3 Missing ⚠️
objectstore-service/src/backend/testing.rs 0.00% 3 Missing ⚠️
objectstore-service/src/backend/tiered.rs 89.28% 3 Missing ⚠️
objectstore-service/src/error.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #463      +/-   ##
==========================================
+ Coverage   87.61%   87.76%   +0.14%     
==========================================
  Files          78       80       +2     
  Lines       12244    12621     +377     
==========================================
+ Hits        10728    11077     +349     
- Misses       1516     1544      +28     
Components Coverage Δ
Rust Backend 92.38% <94.26%> (+0.01%) ⬆️
Rust Client 79.78% <ø> (ø)
Python Client 86.36% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 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.