NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
387 stars 167 forks source link

Trie leaf iterate #1907

Closed asdacap closed 1 month ago

asdacap commented 3 months ago
codecov[bot] commented 3 months ago

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). Report is 107 commits behind head on main.

Files Patch % Lines
core/trie/trie.go 71.42% 3 Missing and 3 partials :warning:
core/trie/key.go 84.61% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pnowosie commented 1 month ago

Closing. This is already part of #2035 and then we will continue from that one.