Skip to content

improve slow tests

eac6856
Select commit
Loading
Failed to load commit list.
Merged

chore: DiskTree Prefix Compression #566

improve slow tests
eac6856
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 18, 2026 in 0s

92.18% (+0.45%) compared to 779e572

View this Pull Request on Codecov

92.18% (+0.45%) compared to 779e572

Details

Codecov Report

❌ Patch coverage is 96.95148% with 71 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.18%. Comparing base (779e572) to head (eac6856).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
doradb-storage/src/index/disk_tree.rs 95.70% 44 Missing ⚠️
doradb-storage/src/index/btree/algo.rs 97.79% 13 Missing ⚠️
doradb-storage/src/index/btree/mod.rs 97.98% 8 Missing ⚠️
doradb-storage/src/index/btree/node.rs 94.25% 5 Missing ⚠️
doradb-storage/src/table/tests.rs 98.59% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   91.72%   92.18%   +0.45%     
==========================================
  Files         102      103       +1     
  Lines       56084    57525    +1441     
==========================================
+ Hits        51445    53029    +1584     
+ Misses       4639     4496     -143     

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