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

[Cairo 1] Load arguments into VM instead of creating them via instructions #1759

Merged
merged 16 commits into from
May 16, 2024

Merge branch 'main' into load-args-externally

6400d09
Select commit
Loading
Failed to load commit list.
Merged

[Cairo 1] Load arguments into VM instead of creating them via instructions #1759

Merge branch 'main' into load-args-externally
6400d09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2024 in 0s

94.79% (+0.00%) compared to aecbb3f

View this Pull Request on Codecov

94.79% (+0.00%) compared to aecbb3f

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 94.79%. Comparing base (aecbb3f) to head (6400d09).

Files Patch % Lines
cairo1-run/src/cairo_run.rs 92.30% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1759   +/-   ##
=======================================
  Coverage   94.79%   94.79%           
=======================================
  Files         101      101           
  Lines       38743    38787   +44     
=======================================
+ Hits        36728    36770   +42     
- Misses       2015     2017    +2     

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