Skip to content

chore(multipart): add TODO for InvalidPartOrder validation

78f0d7f
Select commit
Loading
Failed to load commit list.
Merged

feat(service): Implement MultipartUploadBackend on InMemory and LocalFs #456

chore(multipart): add TODO for InvalidPartOrder validation
78f0d7f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 12, 2026 in 0s

86.91% (+0.46%) compared to afc8a38

View this Pull Request on Codecov

86.91% (+0.46%) compared to afc8a38

Details

Codecov Report

❌ Patch coverage is 95.74830% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.91%. Comparing base (afc8a38) to head (78f0d7f).

Files with missing lines Patch % Lines
objectstore-service/src/backend/local_fs.rs 92.83% 22 Missing ⚠️
objectstore-service/src/backend/in_memory.rs 98.93% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #456      +/-   ##
==========================================
+ Coverage   86.45%   86.91%   +0.46%     
==========================================
  Files          77       77              
  Lines       10806    11394     +588     
==========================================
+ Hits         9342     9903     +561     
- Misses       1464     1491      +27     
Components Coverage Δ
Rust Backend 91.80% <95.74%> (+0.28%) ⬆️
Rust Client 80.10% <ø> (ø)
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.