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

test(blockifier): function to build calldata for recursive call_contract calls #1449

Merged
merged 1 commit into from
Oct 27, 2024

test(blockifier): function to build calldata for recursive call contr…

98ec680
Select commit
Loading
Failed to load commit list.
Merged

test(blockifier): function to build calldata for recursive call_contract calls #1449

test(blockifier): function to build calldata for recursive call contr…
98ec680
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2024 in 0s

67.33% (+27.22%) compared to e3165c4

View this Pull Request on Codecov

67.33% (+27.22%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 95.65217% with 1 line in your changes missing coverage. Please review.

Project coverage is 67.33%. Comparing base (e3165c4) to head (98ec680).
Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/test_utils/syscall.rs 95.45% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1449       +/-   ##
===========================================
+ Coverage   40.10%   67.33%   +27.22%     
===========================================
  Files          26      103       +77     
  Lines        1895    13723    +11828     
  Branches     1895    13723    +11828     
===========================================
+ Hits          760     9240     +8480     
- Misses       1100     4082     +2982     
- Partials       35      401      +366     

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