Skip to content

improve

7d629c8
Select commit
Loading
Failed to load commit list.
Draft

feat: Initial support for HTTP range requests #481

improve
7d629c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2026 in 0s

87.11% (-0.05%) compared to 324009d

View this Pull Request on Codecov

87.11% (-0.05%) compared to 324009d

Details

Codecov Report

❌ Patch coverage is 86.88047% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.11%. Comparing base (324009d) to head (7d629c8).

Files with missing lines Patch % Lines
objectstore-service/src/backend/s3_compatible.rs 17.24% 24 Missing ⚠️
objectstore-service/src/backend/gcs.rs 65.71% 12 Missing ⚠️
objectstore-types/src/range.rs 98.14% 3 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 0.00% 1 Missing ⚠️
objectstore-server/src/endpoints/objects.rs 97.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #481      +/-   ##
==========================================
- Coverage   87.16%   87.11%   -0.05%     
==========================================
  Files          83       84       +1     
  Lines       13129    13373     +244     
==========================================
+ Hits        11444    11650     +206     
- Misses       1685     1723      +38     
Components Coverage Δ
Rust Backend 92.14% <86.88%> (-0.19%) ⬇️
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.