fix(evm): issue with infinite recursion in erc20 funtoken contracts #2129
+450
−6
Codecov / codecov/project
succeeded
Dec 28, 2024 in 1s
64.99% (target 60.00%)
View this Pull Request on Codecov
64.99% (target 60.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 64.99%. Comparing base (
3954394
) to head (60730b7
).
Additional details and impacted files
@@ Coverage Diff @@
## main #2129 +/- ##
==========================================
+ Coverage 64.93% 64.99% +0.05%
==========================================
Files 273 273
Lines 21656 21661 +5
==========================================
+ Hits 14063 14078 +15
+ Misses 6617 6611 -6
+ Partials 976 972 -4
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/embeds/embeds.go | 73.33% <100.00%> (+0.91%) |
⬆️ |
x/evm/keeper/erc20.go | 77.31% <100.00%> (+3.39%) |
⬆️ |
Loading