Skip to content

fix(verify): skip aggregate-consistency check for cidx primary children

cdfba1c
Select commit
Loading
Failed to load commit list.
Open

feat: add CountIndexedTree element with auto-cascading secondary index #657

fix(verify): skip aggregate-consistency check for cidx primary children
cdfba1c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 17, 2026 in 0s

91.18% (-0.02%) compared to 352c2f5

View this Pull Request on Codecov

91.18% (-0.02%) compared to 352c2f5

Details

Codecov Report

❌ Patch coverage is 89.29178% with 378 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.18%. Comparing base (352c2f5) to head (cdfba1c).

Files with missing lines Patch % Lines
grovedb/src/batch/mod.rs 81.03% 77 Missing ⚠️
grovedb/src/operations/count_indexed_tree.rs 92.75% 74 Missing ⚠️
grovedb/src/lib.rs 86.36% 45 Missing ⚠️
grovedb/src/operations/proof/count_indexed.rs 91.07% 34 Missing ⚠️
grovedb/src/operations/proof/verify.rs 73.94% 31 Missing ⚠️
grovedb/src/batch/count_indexed_tree.rs 91.35% 16 Missing ⚠️
merk/src/element/insert.rs 94.06% 14 Missing ⚠️
grovedb/src/operations/proof/generate.rs 85.71% 9 Missing ⚠️
...vedb/src/batch/estimated_costs/worst_case_costs.rs 0.00% 8 Missing ⚠️
grovedb/src/operations/delete/mod.rs 78.94% 8 Missing ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #657      +/-   ##
===========================================
- Coverage    91.20%   91.18%   -0.02%     
===========================================
  Files          205      208       +3     
  Lines        60156    63606    +3450     
===========================================
+ Hits         54864    57999    +3135     
- Misses        5292     5607     +315     
Components Coverage Δ
grovedb-core 88.72% <87.96%> (-0.06%) ⬇️
merk 92.71% <94.20%> (+0.37%) ⬆️
storage 86.75% <100.00%> (+0.38%) ⬆️
commitment-tree 96.43% <ø> (ø)
mmr 96.76% <ø> (ø)
bulk-append-tree 89.77% <ø> (ø)
element 96.77% <86.15%> (-0.43%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.