Skip to content

feat(gcs): Add resumable uploads - #609

Open
lcian wants to merge 32 commits into
mainfrom
feat/gcs-resumable-uploads
Open

feat(gcs): Add resumable uploads#609
lcian wants to merge 32 commits into
mainfrom
feat/gcs-resumable-uploads

fix

14c71ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 4, 2026 in 0s

89.33% (+0.56%) compared to cce8d39

View this Pull Request on Codecov

89.33% (+0.56%) compared to cce8d39

Details

Codecov Report

❌ Patch coverage is 95.22882% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.33%. Comparing base (cce8d39) to head (14c71ab).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
objectstore-service/src/backend/gcs.rs 94.16% 32 Missing ⚠️
objectstore-service/src/resumable.rs 97.30% 6 Missing ⚠️
objectstore-service/src/service.rs 96.33% 4 Missing ⚠️
objectstore-types/src/resumable.rs 92.50% 3 Missing ⚠️
objectstore-service/src/backend/testing.rs 50.00% 2 Missing ⚠️
objectstore-service/src/backend/common.rs 66.66% 1 Missing ⚠️
objectstore-service/src/backend/counting.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
+ Coverage   88.77%   89.33%   +0.56%     
==========================================
  Files         108      109       +1     
  Lines       18116    19081     +965     
==========================================
+ Hits        16082    17046     +964     
- Misses       2034     2035       +1     
Components Coverage Δ
Rust Backend 93.06% <95.22%> (+0.47%) ⬆️
Rust Client 81.97% <ø> (ø)
Python Client 93.56% <ø> (ø)

☔ 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.