Skip to content

feat(grovedb): add no-proof query_aggregate_count_per_key entry point

d1cd151
Select commit
Loading
Failed to load commit list.
Merged

feat(grovedb,query): allow AggregateCountOnRange as carrier subquery #663

feat(grovedb): add no-proof query_aggregate_count_per_key entry point
d1cd151
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 14, 2026 in 0s

90.76% (-0.01%) compared to a917d92

View this Pull Request on Codecov

90.76% (-0.01%) compared to a917d92

Details

Codecov Report

❌ Patch coverage is 91.21996% with 95 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.76%. Comparing base (a917d92) to head (d1cd151).

Files with missing lines Patch % Lines
...db/src/operations/proof/aggregate_count/helpers.rs 81.76% 33 Missing ⚠️
...rovedb/src/operations/proof/aggregate_count/mod.rs 70.49% 18 Missing ⚠️
grovedb-query/src/aggregate_count.rs 96.71% 16 Missing ⚠️
...db/src/operations/proof/aggregate_count/per_key.rs 90.18% 16 Missing ⚠️
grovedb/src/operations/get/query.rs 83.58% 11 Missing ⚠️
grovedb/src/operations/proof/generate.rs 97.22% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #663      +/-   ##
===========================================
- Coverage    90.76%   90.76%   -0.01%     
===========================================
  Files          184      189       +5     
  Lines        55791    56407     +616     
===========================================
+ Hits         50639    51196     +557     
- Misses        5152     5211      +59     
Components Coverage Δ
grovedb-core 88.49% <86.72%> (-0.03%) ⬇️
merk 92.32% <ø> (ø)
storage 86.36% <ø> (ø)
commitment-tree 96.43% <ø> (ø)
mmr 96.76% <ø> (ø)
bulk-append-tree 89.14% <ø> (ø)
element 95.75% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.