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

implement logic to build genesis state for the sequencer #2371

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

lint

aad7fc7
Select commit
Loading
Failed to load commit list.
Open

implement logic to build genesis state for the sequencer #2371

lint
aad7fc7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

74.51% (target 70.00%)

View this Pull Request on Codecov

74.51% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 65.08475% with 103 lines in your changes missing coverage. Please review.

Project coverage is 74.51%. Comparing base (d99e28b) to head (aad7fc7).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
genesis/genesis.go 64.94% 42 Missing and 19 partials ⚠️
adapters/vm2core/vm2core.go 56.09% 14 Missing and 4 partials ⚠️
sync/pending.go 68.00% 14 Missing and 2 partials ⚠️
core/state_update.go 73.91% 5 Missing and 1 partial ⚠️
node/throttled_vm.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2371      +/-   ##
==========================================
- Coverage   74.70%   74.51%   -0.19%     
==========================================
  Files         110      111       +1     
  Lines       12021    12313     +292     
==========================================
+ Hits         8980     9175     +195     
- Misses       2349     2419      +70     
- Partials      692      719      +27     

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