Skip to content

fix qed bot bug properly

2105050
Select commit
Loading
Failed to load commit list.
Open

[storage/index] simplify+optimize Cursor #3760

fix qed bot bug properly
2105050
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2026 in 0s

95.77% (-0.05%) compared to 2cc9416

View this Pull Request on Codecov

95.77% (-0.05%) compared to 2cc9416

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.77%. Comparing base (2cc9416) to head (2105050).
⚠️ Report is 10 commits behind head on main.

@@            Coverage Diff             @@
##             main    #3760      +/-   ##
==========================================
- Coverage   95.82%   95.77%   -0.05%     
==========================================
  Files         471      472       +1     
  Lines      187680   189352    +1672     
  Branches     4415     4569     +154     
==========================================
+ Hits       179851   181360    +1509     
- Misses       6404     6475      +71     
- Partials     1425     1517      +92     
Files with missing lines Coverage Δ
storage/src/index/mod.rs 99.76% <100.00%> (+<0.01%) ⬆️
storage/src/index/ordered.rs 100.00% <100.00%> (ø)
storage/src/index/partitioned/ordered.rs 100.00% <100.00%> (ø)
storage/src/index/storage.rs 100.00% <100.00%> (+1.05%) ⬆️
storage/src/index/unordered.rs 100.00% <100.00%> (ø)
storage/src/qmdb/immutable/fixed.rs 95.92% <100.00%> (+0.06%) ⬆️
storage/src/qmdb/immutable/mod.rs 97.61% <100.00%> (+0.06%) ⬆️
storage/src/qmdb/immutable/variable.rs 95.70% <100.00%> (+0.07%) ⬆️

... and 57 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2cc9416...2105050. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.