Skip to content

ref(service): Replace Error with anyhow-like struct with embedded kind#547

Draft
lcian wants to merge 14 commits into
mainfrom
lcian/refactor-service-error
Draft

ref(service): Replace Error with anyhow-like struct with embedded kind#547
lcian wants to merge 14 commits into
mainfrom
lcian/refactor-service-error

improve

3620a2f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2026 in 1s

87.69% (+0.24%) compared to 9ce6a26

View this Pull Request on Codecov

87.69% (+0.24%) compared to 9ce6a26

Details

Codecov Report

❌ Patch coverage is 51.70279% with 156 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.69%. Comparing base (9ce6a26) to head (3620a2f).

Files with missing lines Patch % Lines
objectstore-service/src/error.rs 45.67% 88 Missing ⚠️
objectstore-service/src/backend/extensions.rs 0.00% 17 Missing ⚠️
objectstore-service/src/backend/gcs.rs 52.94% 16 Missing ⚠️
objectstore-service/src/backend/local_fs.rs 60.00% 8 Missing ⚠️
objectstore-server/src/endpoints/common.rs 25.00% 6 Missing ⚠️
objectstore-service/src/backend/s3_compatible.rs 14.28% 6 Missing ⚠️
objectstore-service/src/backend/bigtable.rs 83.33% 5 Missing ⚠️
objectstore-service/src/backend/in_memory.rs 42.85% 4 Missing ⚠️
objectstore-service/src/backend/tiered.rs 50.00% 3 Missing ⚠️
objectstore-service/src/service.rs 85.71% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
+ Coverage   87.44%   87.69%   +0.24%     
==========================================
  Files          93       93              
  Lines       14753    14845      +92     
==========================================
+ Hits        12901    13018     +117     
+ Misses       1852     1827      -25     
Components Coverage Δ
Rust Backend 92.46% <51.70%> (+0.27%) ⬆️
Rust Client 79.89% <ø> (ø)
Python Client 89.38% <ø> (ø)

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