Skip to content

feat(query): trusted per-key reads for the sum and count+sum aggregate axes - #803

Merged
QuantumExplorer merged 2 commits into
developfrom
claude/aggregate-per-key-reads
Aug 14, 2026
Merged

feat(query): trusted per-key reads for the sum and count+sum aggregate axes#803
QuantumExplorer merged 2 commits into
developfrom
claude/aggregate-per-key-reads

refactor(query): split the per-key aggregate reads into their own module

9af6f8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2026 in 1s

92.26% (+0.00%) compared to dc86563

View this Pull Request on Codecov

92.26% (+0.00%) compared to dc86563

Details

Codecov Report

❌ Patch coverage is 88.75000% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.26%. Comparing base (dc86563) to head (9af6f8a).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...vedb/src/operations/get/aggregate_per_key/count.rs 80.64% 6 Missing ⚠️
.../operations/get/aggregate_per_key/count_and_sum.rs 85.36% 6 Missing ⚠️
...rovedb/src/operations/get/aggregate_per_key/sum.rs 80.64% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #803   +/-   ##
========================================
  Coverage    92.25%   92.26%           
========================================
  Files          260      264    +4     
  Lines        79494    79586   +92     
========================================
+ Hits         73341    73427   +86     
- Misses        6153     6159    +6     
Components Coverage Δ
grovedb-core 90.54% <88.75%> (+<0.01%) ⬆️
merk 93.13% <ø> (ø)
storage 87.00% <ø> (ø)
commitment-tree 96.05% <ø> (ø)
mmr 96.79% <ø> (ø)
bulk-append-tree 89.82% <ø> (ø)
element 97.92% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.