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): add l2_gas to the receipt #2031

Merged
merged 1 commit into from
Nov 18, 2024

feat(blockifier): add l2_gas to the receipt

cb2409c
Select commit
Loading
Failed to load commit list.
Merged

feat(blockifier): add l2_gas to the receipt #2031

feat(blockifier): add l2_gas to the receipt
cb2409c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 18, 2024 in 1s

69.40% (+29.29%) compared to e3165c4

View this Pull Request on Codecov

69.40% (+29.29%) compared to e3165c4

Details

Codecov Report

Attention: Patch coverage is 75.38462% with 16 lines in your changes missing coverage. Please review.

Project coverage is 69.40%. Comparing base (e3165c4) to head (cb2409c).
Report is 453 commits behind head on main.

Files with missing lines Patch % Lines
crates/blockifier/src/fee/resources.rs 37.50% 8 Missing and 2 partials ⚠️
crates/blockifier/src/execution/call_info.rs 73.68% 4 Missing and 1 partial ⚠️
.../blockifier/src/transaction/account_transaction.rs 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2031       +/-   ##
===========================================
+ Coverage   40.10%   69.40%   +29.29%     
===========================================
  Files          26      106       +80     
  Lines        1895    13902    +12007     
  Branches     1895    13902    +12007     
===========================================
+ Hits          760     9648     +8888     
- Misses       1100     3849     +2749     
- Partials       35      405      +370     

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