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

Use an enum to represent layout name #1715

Merged
merged 17 commits into from
Apr 18, 2024

Fix test added by merge

a6ed611
Select commit
Loading
Failed to load commit list.
Merged

Use an enum to represent layout name #1715

Fix test added by merge
a6ed611
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 18, 2024 in 0s

94.93% (+0.02%) compared to 4b17118

View this Pull Request on Codecov

94.93% (+0.02%) compared to 4b17118

Details

Codecov Report

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

Project coverage is 94.93%. Comparing base (4b17118) to head (a6ed611).

Files Patch % Lines
vm/src/types/layout_name.rs 88.57% 4 Missing ⚠️
vm/src/vm/runners/cairo_runner.rs 94.54% 3 Missing ⚠️
cairo-vm-cli/src/main.rs 50.00% 1 Missing ⚠️
cairo1-run/src/main.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1715      +/-   ##
==========================================
+ Coverage   94.91%   94.93%   +0.02%     
==========================================
  Files          98       99       +1     
  Lines       38170    38147      -23     
==========================================
- Hits        36228    36216      -12     
+ Misses       1942     1931      -11     

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