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

feat(blockifier): keep revert error structure in TransactionExecutionInfo #1491

feat(blockifier): keep revert error structure in TransactionExecution…

9e44467
Select commit
Loading
Failed to load commit list.
Merged

feat(blockifier): keep revert error structure in TransactionExecutionInfo #1491

feat(blockifier): keep revert error structure in TransactionExecution…
9e44467
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 17, 2024 in 0s

61.41% (+21.31%) compared to e3165c4

View this Pull Request on Codecov

61.41% (+21.31%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 92.85714% with 3 lines in your changes missing coverage. Please review.

Project coverage is 61.41%. Comparing base (e3165c4) to head (9e44467).
Report is 417 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/execution/stack_trace.rs 96.15% 1 Missing ⚠️
crates/native_blockifier/src/py_block_executor.rs 0.00% 1 Missing ⚠️
crates/papyrus_execution/src/objects.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1491       +/-   ##
===========================================
+ Coverage   40.10%   61.41%   +21.31%     
===========================================
  Files          26      175      +149     
  Lines        1895    20349    +18454     
  Branches     1895    20349    +18454     
===========================================
+ Hits          760    12498    +11738     
- Misses       1100     6954     +5854     
- Partials       35      897      +862     

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