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

- TO DELETE chore(blockifier): add struct ExecutionFlags to AccountTransaction #2354

chore(blockifier): ues account_transaction::ExecutionFlags instead of…

66b781c
Select commit
Loading
Failed to load commit list.
Closed

- TO DELETE chore(blockifier): add struct ExecutionFlags to AccountTransaction #2354

chore(blockifier): ues account_transaction::ExecutionFlags instead of…
66b781c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

61.14% (+21.04%) compared to e3165c4

View this Pull Request on Codecov

61.14% (+21.04%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 57.95455% with 37 lines in your changes missing coverage. Please review.

Project coverage is 61.14%. Comparing base (e3165c4) to head (66b781c).
Report is 693 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% 7 Missing ⚠️
crates/papyrus_execution/src/lib.rs 58.82% 6 Missing and 1 partial ⚠️
...lockifier/src/transaction/transaction_execution.rs 63.63% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2354       +/-   ##
===========================================
+ Coverage   40.10%   61.14%   +21.04%     
===========================================
  Files          26      206      +180     
  Lines        1895    22901    +21006     
  Branches     1895    22901    +21006     
===========================================
+ Hits          760    14003    +13243     
- Misses       1100     7903     +6803     
- Partials       35      995      +960     

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