Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trie leaf iterate #1907

Closed
wants to merge 2 commits into from

Address comment

b614c2e
Select commit
Loading
Failed to load commit list.
Closed

Trie leaf iterate #1907

Address comment
b614c2e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 14, 2024 in 1s

75.39% (target 70.00%)

View this Pull Request on Codecov

75.39% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 8 lines in your changes missing coverage. Please review.

Project coverage is 75.39%. Comparing base (4e6dcd7) to head (b614c2e).

Files Patch % Lines
core/trie/trie.go 71.42% 3 Missing and 3 partials ⚠️
core/trie/key.go 84.61% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1907      +/-   ##
==========================================
- Coverage   75.43%   75.39%   -0.05%     
==========================================
  Files          97       97              
  Lines        8342     8376      +34     
==========================================
+ Hits         6293     6315      +22     
- Misses       1519     1526       +7     
- Partials      530      535       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.