fix(evm): proper tx gas refund outside of CallContract #2132
Codecov / codecov/project
succeeded
Jan 8, 2025 in 0s
65.23% (target 60.00%)
View this Pull Request on Codecov
65.23% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 45.45455%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 65.23%. Comparing base (
8c6e021
) to head (0932e28
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2132 +/- ##
==========================================
+ Coverage 65.21% 65.23% +0.02%
==========================================
Files 277 277
Lines 22197 22214 +17
==========================================
+ Hits 14475 14491 +16
Misses 6732 6732
- Partials 990 991 +1
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/keeper/call_contract.go | 90.00% <ø> (+5.71%) |
⬆️ |
x/evm/keeper/keeper.go | 68.51% <50.00%> (+0.59%) |
⬆️ |
x/evm/keeper/funtoken_from_coin.go | 74.19% <42.85%> (-3.99%) |
⬇️ |
x/evm/keeper/msg_server.go | 76.60% <46.15%> (-0.40%) |
⬇️ |
Loading