fix(evm): proper block gas calculation in precompile calls #2131
Codecov / codecov/project
succeeded
Dec 26, 2024 in 0s
64.95% (target 60.00%)
View this Pull Request on Codecov
64.95% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 33.33333%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 64.95%. Comparing base (
3954394
) to head (d25a668
).
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/keeper/call_contract.go | 33.33% | 3 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #2131 +/- ##
==========================================
+ Coverage 64.93% 64.95% +0.02%
==========================================
Files 273 273
Lines 21656 21663 +7
==========================================
+ Hits 14063 14072 +9
+ Misses 6617 6615 -2
Partials 976 976
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/keeper/call_contract.go | 80.51% <33.33%> (+4.80%) |
⬆️ |
Loading