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

fix: Use program builtins in initialize_main_entrypoint & read_return_values #1703

Merged
merged 157 commits into from
Apr 10, 2024

Fix

2c8cb4d
Select commit
Loading
Failed to load commit list.
Merged

fix: Use program builtins in initialize_main_entrypoint & read_return_values #1703

Fix
2c8cb4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 10, 2024 in 0s

94.93% (-0.04%) compared to ca3b8ab

View this Pull Request on Codecov

94.93% (-0.04%) compared to ca3b8ab

Details

Codecov Report

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

Project coverage is 94.93%. Comparing base (ca3b8ab) to head (2c8cb4d).

Files Patch % Lines
vm/src/cairo_run.rs 16.66% 5 Missing ⚠️
vm/src/vm/runners/builtin_runner/modulo.rs 0.00% 5 Missing ⚠️
vm/src/vm/runners/builtin_runner/mod.rs 85.71% 2 Missing ⚠️
vm/src/vm/runners/cairo_runner.rs 97.10% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1703      +/-   ##
==========================================
- Coverage   94.96%   94.93%   -0.04%     
==========================================
  Files          99       99              
  Lines       38532    38579      +47     
==========================================
+ Hits        36592    36625      +33     
- Misses       1940     1954      +14     

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