Skip to content

improve

8f63a33
Select commit
Loading
Failed to load commit list.
Open

feat: Initial support for HTTP range requests #481

improve
8f63a33
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 3, 2026 in 1s

87.10% (-0.07%) compared to 324009d

View this Pull Request on Codecov

87.10% (-0.07%) compared to 324009d

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 (324009d) to head (8f63a33).

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.16%   87.10%   -0.07%     
==========================================
  Files          83       85       +2     
  Lines       13129    13481     +352     
==========================================
+ Hits        11444    11742     +298     
- Misses       1685     1739      +54     
Components Coverage Δ
Rust Backend 92.07% <86.56%> (-0.26%) ⬇️
Rust Client 79.70% <ø> (ø)
Python Client 88.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.