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

refactor(blockifier): account_tx from enum to struct w api::executable_tx #1688

Merged

refactor(blockifier): account_tx from enum to struct w api::executabl…

038d7b3
Select commit
Loading
Failed to load commit list.
Merged

refactor(blockifier): account_tx from enum to struct w api::executable_tx #1688

refactor(blockifier): account_tx from enum to struct w api::executabl…
038d7b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2024 in 0s

46.84% (+6.73%) compared to e3165c4

View this Pull Request on Codecov

46.84% (+6.73%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 62.90323% with 46 lines in your changes missing coverage. Please review.

Project coverage is 46.84%. Comparing base (e3165c4) to head (038d7b3).
Report is 315 commits behind head on main.

Files with missing lines Patch % Lines
...lockifier/src/transaction/transaction_execution.rs 9.09% 20 Missing ⚠️
.../blockifier/src/transaction/account_transaction.rs 78.87% 15 Missing ⚠️
crates/native_blockifier/src/py_transaction.rs 0.00% 8 Missing ⚠️
crates/native_blockifier/src/py_declare.rs 0.00% 1 Missing ⚠️
crates/native_blockifier/src/py_deploy_account.rs 0.00% 1 Missing ⚠️
crates/native_blockifier/src/py_invoke_function.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1688      +/-   ##
==========================================
+ Coverage   40.10%   46.84%   +6.73%     
==========================================
  Files          26      222     +196     
  Lines        1895    25593   +23698     
  Branches     1895    25593   +23698     
==========================================
+ Hits          760    11988   +11228     
- Misses       1100    12810   +11710     
- Partials       35      795     +760     

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