fix(evm): Guarantee that gas consumed during any send operation of the "NibiruBankKeeper" depends only on the "bankkeeper.BaseKeeper"'s gas consumption. #2119
Codecov / codecov/project
succeeded
Dec 6, 2024 in 0s
64.80% (target 60.00%)
View this Pull Request on Codecov
64.80% (target 60.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 64.80%. Comparing base (
39ebc44
) to head (07bd08f
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2119 +/- ##
==========================================
+ Coverage 64.67% 64.80% +0.12%
==========================================
Files 273 273
Lines 21601 21638 +37
==========================================
+ Hits 13970 14022 +52
+ Misses 6655 6644 -11
+ Partials 976 972 -4
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/keeper/bank_extension.go | 100.00% <100.00%> (+13.63%) |
⬆️ |
x/evm/keeper/msg_server.go | 75.99% <100.00%> (+0.51%) |
⬆️ |
Loading