Skip to content

improve

f921bd7
Select commit
Loading
Failed to load commit list.
Draft

feat(service): Refactor Error #489

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

87.17% (+0.01%) compared to 324009d

View this Pull Request on Codecov

87.17% (+0.01%) compared to 324009d

Details

Codecov Report

❌ Patch coverage is 45.39683% with 172 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.17%. Comparing base (324009d) to head (f921bd7).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
objectstore-service/src/backend/local_fs.rs 0.00% 54 Missing ⚠️
objectstore-service/src/backend/gcs.rs 41.79% 39 Missing ⚠️
objectstore-service/src/error.rs 55.93% 26 Missing ⚠️
objectstore-service/src/backend/s3_compatible.rs 4.00% 24 Missing ⚠️
objectstore-service/src/backend/bigtable.rs 50.00% 13 Missing ⚠️
objectstore-server/src/endpoints/common.rs 25.00% 6 Missing ⚠️
objectstore-service/src/backend/common.rs 0.00% 3 Missing ⚠️
objectstore-service/src/backend/in_memory.rs 25.00% 3 Missing ⚠️
objectstore-service/src/concurrency.rs 88.46% 3 Missing ⚠️
objectstore-service/src/service.rs 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #489      +/-   ##
==========================================
+ Coverage   87.16%   87.17%   +0.01%     
==========================================
  Files          83       83              
  Lines       13129    13210      +81     
==========================================
+ Hits        11444    11516      +72     
- Misses       1685     1694       +9     
Components Coverage Δ
Rust Backend 92.30% <45.39%> (-0.03%) ⬇️
Rust Client 79.70% <ø> (ø)
Python Client 88.51% <ø> (+0.15%) ⬆️

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