test(evm): more bank extension tests and EVM ABCI integration tests to prevent regressions #2122
Codecov / codecov/project
succeeded
Dec 12, 2024 in 0s
64.92% (target 60.00%)
View this Pull Request on Codecov
64.92% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 75.55556%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 64.92%. Comparing base (
debaa4d
) to head (7f343f1
).
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/evmtest/tx.go | 75.00% | 4 Missing and 1 partial |
x/evm/keeper/msg_server.go | 60.00% | 4 Missing |
x/evm/evmtest/evmante.go | 0.00% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #2122 +/- ##
==========================================
+ Coverage 64.79% 64.92% +0.12%
==========================================
Files 273 273
Lines 21636 21656 +20
==========================================
+ Hits 14020 14061 +41
+ Misses 6644 6620 -24
- Partials 972 975 +3
Files with missing lines | Coverage Δ | |
---|---|---|
eth/rpc/backend/account_info.go | 55.00% <100.00%> (+1.15%) |
⬆️ |
x/evm/keeper/bank_extension.go | 100.00% <100.00%> (ø) |
|
x/evm/precompile/funtoken.go | 56.96% <ø> (ø) |
|
x/evm/precompile/wasm.go | 62.29% <ø> (ø) |
|
x/evm/evmtest/evmante.go | 0.00% <0.00%> (ø) |
|
x/evm/keeper/msg_server.go | 77.10% <60.00%> (+1.10%) |
⬆️ |
x/evm/evmtest/tx.go | 55.32% <75.00%> (+1.21%) |
⬆️ |
Loading