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): native syscall handler new method params #1380

Merged
merged 1 commit into from
Oct 28, 2024

refactor: native syscall handler `new` method

e203e9f
Select commit
Loading
Failed to load commit list.
Merged

refactor(blockifier): native syscall handler new method params #1380

refactor: native syscall handler `new` method
e203e9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 0s

67.34% (+27.23%) compared to e3165c4

View this Pull Request on Codecov

67.34% (+27.23%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 67.34%. Comparing base (e3165c4) to head (e203e9f).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
...fier/src/execution/native/entry_point_execution.rs 0.00% 10 Missing ⚠️
...blockifier/src/execution/native/syscall_handler.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1380       +/-   ##
===========================================
+ Coverage   40.10%   67.34%   +27.23%     
===========================================
  Files          26      102       +76     
  Lines        1895    13690    +11795     
  Branches     1895    13690    +11795     
===========================================
+ Hits          760     9219     +8459     
- Misses       1100     4070     +2970     
- Partials       35      401      +366     

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