fix(evm): gas prices #1982
Merged
fix(evm): gas prices #1982
Codecov / codecov/project
succeeded
Aug 1, 2024 in 0s
65.65% (target 60.00%)
View this Pull Request on Codecov
65.65% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 82.53968%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 65.65%. Comparing base (
946bfbf
) to head (033dec4
).
Report is 2 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
x/evm/msg.go | 0.00% | 5 Missing |
x/evm/keeper/msg_server.go | 81.25% | 0 Missing and 3 partials |
app/evmante/evmante_mempool_fees.go | 92.85% | 1 Missing and 1 partial |
x/evm/evmtest/erc20.go | 80.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1982 +/- ##
==========================================
- Coverage 65.68% 65.65% -0.03%
==========================================
Files 262 262
Lines 16511 16502 -9
==========================================
- Hits 10845 10835 -10
- Misses 4852 4854 +2
+ Partials 814 813 -1
Files | Coverage Δ | |
---|---|---|
app/evmante/evmante_handler.go | 100.00% <100.00%> (ø) |
|
x/evm/evmtest/test_deps.go | 88.46% <100.00%> (ø) |
|
x/evm/keeper/gas_fees.go | 27.39% <ø> (ø) |
|
x/evm/keeper/keeper.go | 78.94% <100.00%> (+3.94%) |
⬆️ |
x/evm/evmtest/erc20.go | 86.79% <80.00%> (ø) |
|
app/evmante/evmante_mempool_fees.go | 92.85% <92.85%> (ø) |
|
x/evm/keeper/msg_server.go | 72.11% <81.25%> (-0.27%) |
⬇️ |
x/evm/msg.go | 63.90% <0.00%> (-1.23%) |
⬇️ |
Loading