Skip to content

Merge pull request #7191 from multiversx/collapse-trie-based-on-size

a1758e0
Select commit
Loading
Failed to load commit list.
Draft

Feat/collapse trie based on size #7780

Merge pull request #7191 from multiversx/collapse-trie-based-on-size
a1758e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 19, 2026 in 1s

77.55% (+0.03%) compared to 3a0d110

View this Pull Request on Codecov

77.55% (+0.03%) compared to 3a0d110

Details

Codecov Report

❌ Patch coverage is 85.09719% with 69 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.55%. Comparing base (3a0d110) to head (a1758e0).
⚠️ Report is 30 commits behind head on feat/supernova-async-exec.

Files with missing lines Patch % Lines
state/triesHolder/dataTriesHolder.go 80.53% 14 Missing and 8 partials ⚠️
update/genesis/import.go 0.00% 20 Missing ⚠️
update/factory/dataTrieFactory.go 0.00% 7 Missing ⚠️
update/factory/exportHandlerFactory.go 0.00% 7 Missing ⚠️
state/accountsDB.go 71.42% 1 Missing and 1 partial ⚠️
state/peerAccountsDB.go 50.00% 1 Missing and 1 partial ⚠️
state/syncer/baseAccountsSyncer.go 0.00% 2 Missing ⚠️
trie/extensionNode.go 97.01% 2 Missing ⚠️
trie/branchNode.go 98.57% 1 Missing ⚠️
trie/leafNode.go 96.96% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
@@                      Coverage Diff                      @@
##           feat/supernova-async-exec    #7780      +/-   ##
=============================================================
+ Coverage                      77.51%   77.55%   +0.03%     
=============================================================
  Files                            882      884       +2     
  Lines                         123552   123834     +282     
=============================================================
+ Hits                           95776    96039     +263     
- Misses                         21432    21442      +10     
- Partials                        6344     6353       +9     

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