Skip to content

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

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

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

Merge branch 'main' into lcian/refactor-service-error

8d75d2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 21, 2026 in 1s

88.14% (+0.58%) compared to 0bc8c3f

View this Pull Request on Codecov

88.14% (+0.58%) compared to 0bc8c3f

Details

Codecov Report

❌ Patch coverage is 68.06452% with 99 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.14%. Comparing base (0bc8c3f) to head (8d75d2a).

Files with missing lines Patch % Lines
objectstore-service/src/error.rs 79.66% 24 Missing ⚠️
objectstore-service/src/backend/extensions.rs 59.09% 18 Missing ⚠️
objectstore-service/src/backend/gcs.rs 56.75% 16 Missing ⚠️
objectstore-service/src/backend/local_fs.rs 38.46% 8 Missing ⚠️
objectstore-service/src/backend/s3_compatible.rs 25.00% 6 Missing ⚠️
objectstore-server/src/endpoints/common.rs 28.57% 5 Missing ⚠️
objectstore-service/src/backend/bigtable.rs 81.48% 5 Missing ⚠️
objectstore-server/src/endpoints/objects.rs 33.33% 4 Missing ⚠️
objectstore-service/src/backend/in_memory.rs 42.85% 4 Missing ⚠️
objectstore-service/src/backend/tiered.rs 50.00% 3 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
+ Coverage   87.55%   88.14%   +0.58%     
==========================================
  Files          93       93              
  Lines       14969    15019      +50     
==========================================
+ Hits        13106    13238     +132     
+ Misses       1863     1781      -82     
Components Coverage Δ
Rust Backend 93.12% <68.06%> (+0.77%) ⬆️
Rust Client 79.89% <ø> (ø)
Python Client 90.20% <ø> (ø)

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