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

test(evm): more bank extension tests and EVM ABCI integration tests to prevent regressions #2122

Merged
merged 5 commits into from
Dec 12, 2024

test: add full ABCI test to prevent regressions related to gas

7f343f1
Select commit
Loading
Failed to load commit list.
Merged

test(evm): more bank extension tests and EVM ABCI integration tests to prevent regressions #2122

test: add full ABCI test to prevent regressions related to gas
7f343f1
Select commit
Loading
Failed to load commit list.
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%) ⬆️

... and 3 files with indirect coverage changes