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

feat(starknet_state_sync): create state sync components #2531

Merged
merged 1 commit into from
Dec 12, 2024

feat(starknet_state_sync): create state sync components

3e46906
Select commit
Loading
Failed to load commit list.
Merged

feat(starknet_state_sync): create state sync components #2531

feat(starknet_state_sync): create state sync components
3e46906
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

77.56% (+37.46%) compared to e3165c4

View this Pull Request on Codecov

77.56% (+37.46%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 91.07143% with 5 lines in your changes missing coverage. Please review.

Project coverage is 77.56%. Comparing base (e3165c4) to head (3e46906).
Report is 804 commits behind head on main.

Files with missing lines Patch % Lines
crates/papyrus_storage/src/lib.rs 60.00% 0 Missing and 2 partials ⚠️
...tes/starknet_integration_tests/src/config_utils.rs 0.00% 2 Missing ⚠️
crates/starknet_sequencer_node/src/components.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2531       +/-   ##
===========================================
+ Coverage   40.10%   77.56%   +37.46%     
===========================================
  Files          26      392      +366     
  Lines        1895    42475    +40580     
  Branches     1895    42475    +40580     
===========================================
+ Hits          760    32947    +32187     
- Misses       1100     7237     +6137     
- Partials       35     2291     +2256     

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