Skip to content

fix

7f4cd19
Select commit
Loading
Failed to load commit list.
Merged

feat: Initial support for HTTP range requests #481

fix
7f4cd19
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 8, 2026 in 0s

87.10% (-0.07%) compared to 3de99d5

View this Pull Request on Codecov

87.10% (-0.07%) compared to 3de99d5

Details

Codecov Report

❌ Patch coverage is 86.56388% with 61 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.10%. Comparing base (3de99d5) to head (7f4cd19).

Files with missing lines Patch % Lines
objectstore-service/src/backend/s3_compatible.rs 15.00% 34 Missing ⚠️
objectstore-service/src/backend/gcs.rs 53.48% 20 Missing ⚠️
objectstore-service/src/backend/common.rs 0.00% 2 Missing ⚠️
objectstore-service/src/backend/testing.rs 50.00% 2 Missing ⚠️
objectstore-server/src/endpoints/common.rs 83.33% 1 Missing ⚠️
objectstore-server/src/endpoints/objects.rs 97.43% 1 Missing ⚠️
objectstore-service/src/backend/tiered.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
- Coverage   87.17%   87.10%   -0.07%     
==========================================
  Files          83       85       +2     
  Lines       13138    13490     +352     
==========================================
+ Hits        11453    11751     +298     
- Misses       1685     1739      +54     
Components Coverage Δ
Rust Backend 92.07% <86.56%> (-0.26%) ⬇️
Rust Client 79.70% <ø> (ø)
Python Client 88.51% <ø> (ø)

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