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

refactor(blockifier): share get_block_hash syscall code between native and casm #2107

Merged
merged 1 commit into from
Nov 18, 2024

refactor(blockifier): share get_block_hash syscall code between nativ…

fadd3b1
Select commit
Loading
Failed to load commit list.
Merged

refactor(blockifier): share get_block_hash syscall code between native and casm #2107

refactor(blockifier): share get_block_hash syscall code between nativ…
fadd3b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 0s

77.32% (+37.22%) compared to e3165c4

View this Pull Request on Codecov

77.32% (+37.22%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 91.66667% with 3 lines in your changes missing coverage. Please review.

Project coverage is 77.32%. Comparing base (e3165c4) to head (fadd3b1).
Report is 465 commits behind head on main.

Files with missing lines Patch % Lines
.../blockifier/src/execution/syscalls/syscall_base.rs 88.46% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2107       +/-   ##
===========================================
+ Coverage   40.10%   77.32%   +37.22%     
===========================================
  Files          26      383      +357     
  Lines        1895    40180    +38285     
  Branches     1895    40180    +38285     
===========================================
+ Hits          760    31071    +30311     
- Misses       1100     6816     +5716     
- Partials       35     2293     +2258     

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