Problem: go-ethereum v1.14.x change is not included #438
Codecov / codecov/project
succeeded
Sep 26, 2024 in 1s
60.01% (-0.08%) compared to 9755333
View this Pull Request on Codecov
60.01% (-0.08%) compared to 9755333
Details
Codecov Report
Attention: Patch coverage is 67.27273%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 60.01%. Comparing base (
9755333
) to head (c2e465e
).
Files with missing lines | Patch % | Lines |
---|---|---|
x/evm/keeper/grpc_query.go | 38.46% | 6 Missing and 2 partials |
x/evm/statedb/statedb.go | 72.00% | 7 Missing |
rpc/backend/sign_tx.go | 40.00% | 2 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## develop #438 +/- ##
===========================================
- Coverage 60.08% 60.01% -0.08%
===========================================
Files 128 128
Lines 9844 9869 +25
===========================================
+ Hits 5915 5923 +8
- Misses 3345 3359 +14
- Partials 584 587 +3
Files with missing lines | Coverage Δ | |
---|---|---|
app/ante/eth.go | 79.54% <100.00%> (+0.15%) |
⬆️ |
app/ante/handler_options.go | 61.53% <100.00%> (ø) |
|
x/evm/keeper/state_transition.go | 73.00% <100.00%> (+0.13%) |
⬆️ |
x/evm/keeper/statedb.go | 83.78% <100.00%> (ø) |
|
x/evm/statedb/journal.go | 94.93% <100.00%> (ø) |
|
x/evm/statedb/state_object.go | 98.13% <100.00%> (ø) |
|
rpc/backend/sign_tx.go | 57.69% <40.00%> (-1.77%) |
⬇️ |
x/evm/statedb/statedb.go | 77.18% <72.00%> (-1.34%) |
⬇️ |
x/evm/keeper/grpc_query.go | 76.85% <38.46%> (-1.30%) |
⬇️ |
Loading