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

chore(blockifier): add cairo-native feature #1558

Merged
merged 1 commit into from
Oct 28, 2024

chore(blockifier): add cairo-native feature

6c4010e
Select commit
Loading
Failed to load commit list.
Merged

chore(blockifier): add cairo-native feature #1558

chore(blockifier): add cairo-native feature
6c4010e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 28, 2024 in 0s

68.96% (+28.86%) compared to e3165c4

View this Pull Request on Codecov

68.96% (+28.86%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 56.52174% with 10 lines in your changes missing coverage. Please review.

Project coverage is 68.96%. Comparing base (e3165c4) to head (6c4010e).
Report is 36 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/transaction/transactions.rs 27.27% 8 Missing ⚠️
crates/blockifier/src/execution/contract_class.rs 50.00% 1 Missing ⚠️
crates/blockifier/src/execution/syscalls/mod.rs 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1558       +/-   ##
===========================================
+ Coverage   40.10%   68.96%   +28.86%     
===========================================
  Files          26      100       +74     
  Lines        1895    13380    +11485     
  Branches     1895    13380    +11485     
===========================================
+ Hits          760     9228     +8468     
- Misses       1100     3751     +2651     
- Partials       35      401      +366     

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