Skip to content

ref(service): Classify service errors by kind#493

Draft
lcian wants to merge 23 commits into
mainfrom
lcian/feat/proper-errors-v3
Draft

ref(service): Classify service errors by kind#493
lcian wants to merge 23 commits into
mainfrom
lcian/feat/proper-errors-v3

Merge branch 'main' into lcian/feat/proper-errors-v3

f88d63b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2026 in 0s

86.74% (-0.46%) compared to 0773368

View this Pull Request on Codecov

86.74% (-0.46%) compared to 0773368

Details

Codecov Report

❌ Patch coverage is 18.27411% with 161 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.74%. Comparing base (0773368) to head (f88d63b).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
objectstore-service/src/error.rs 3.36% 115 Missing ⚠️
objectstore-service/src/backend/gcs.rs 33.33% 14 Missing ⚠️
objectstore-service/src/backend/s3_compatible.rs 8.33% 11 Missing ⚠️
objectstore-service/src/backend/local_fs.rs 0.00% 10 Missing ⚠️
objectstore-server/src/endpoints/common.rs 25.00% 6 Missing ⚠️
objectstore-service/src/stream.rs 0.00% 3 Missing ⚠️
objectstore-service/src/backend/extensions.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #493      +/-   ##
==========================================
- Coverage   87.19%   86.74%   -0.46%     
==========================================
  Files          89       89              
  Lines       14242    14339      +97     
==========================================
+ Hits        12418    12438      +20     
- Misses       1824     1901      +77     
Components Coverage Δ
Rust Backend 91.33% <18.27%> (-0.64%) ⬇️
Rust Client 79.89% <ø> (ø)
Python Client 88.87% <ø> (ø)

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