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 struct ExecutionFlags to AccTx & use instead of transaction::ExecutionFlags #2429

Merged

chore(blockifier): add struct ExecutionFlags to AccTx & use instead o…

0557829
Select commit
Loading
Failed to load commit list.
Merged

chore(blockifier): add struct ExecutionFlags to AccTx & use instead of transaction::ExecutionFlags #2429

chore(blockifier): add struct ExecutionFlags to AccTx & use instead o…
0557829
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 1s

61.10% (+21.00%) compared to e3165c4

View this Pull Request on Codecov

61.10% (+21.00%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 53.40909% with 41 lines in your changes missing coverage. Please review.

Project coverage is 61.10%. Comparing base (e3165c4) to head (0557829).
Report is 726 commits behind head on main.

Files with missing lines Patch % Lines
crates/native_blockifier/src/py_transaction.rs 0.00% 19 Missing ⚠️
...ution/src/state_reader/reexecution_state_reader.rs 0.00% 11 Missing ⚠️
crates/papyrus_execution/src/lib.rs 61.11% 6 Missing and 1 partial ⚠️
...lockifier/src/transaction/transaction_execution.rs 33.33% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2429       +/-   ##
===========================================
+ Coverage   40.10%   61.10%   +21.00%     
===========================================
  Files          26      206      +180     
  Lines        1895    22859    +20964     
  Branches     1895    22859    +20964     
===========================================
+ Hits          760    13969    +13209     
- Misses       1100     7894     +6794     
- Partials       35      996      +961     

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