fix(precompile-funtoken.go): Fixes a bug where the err != nil check is missing in the bankBalance precompile method #2116
Codecov / codecov/project
succeeded
Nov 26, 2024 in 0s
64.66% (target 60.00%)
View this Pull Request on Codecov
64.66% (target 60.00%)
Details
Codecov Report
Attention: Patch coverage is 28.57143%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 64.66%. Comparing base (
b61c103
) to head (2e29d5c
).
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/precompile/funtoken.go | 28.57% | 4 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #2116 +/- ##
==========================================
- Coverage 64.68% 64.66% -0.02%
==========================================
Files 273 273
Lines 21610 21616 +6
==========================================
+ Hits 13978 13979 +1
- Misses 6655 6659 +4
- Partials 977 978 +1
Files with missing lines | Coverage Δ | |
---|---|---|
x/evm/precompile/funtoken.go | 56.96% <28.57%> (-0.77%) |
⬇️ |
Loading