fix: make gas refunds error free and panic safe #96
Codecov / codecov/project
succeeded
Nov 4, 2024 in 0s
28.29% (+0.21%) compared to 44e2bb9
View this Pull Request on Codecov
28.29% (+0.21%) compared to 44e2bb9
Details
Codecov Report
Attention: Patch coverage is 57.14286%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 28.29%. Comparing base (
44e2bb9
) to head (f2fdd32
).
Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
app/posthandler/gasrefund.go | 58.33% | 8 Missing and 2 partials |
x/evm/keeper/txutils.go | 0.00% | 0 Missing and 2 partials |
Additional details and impacted files
@@ Coverage Diff @@
## main #96 +/- ##
==========================================
+ Coverage 28.07% 28.29% +0.21%
==========================================
Files 126 126
Lines 14021 14029 +8
==========================================
+ Hits 3937 3969 +32
+ Misses 9531 9499 -32
- Partials 553 561 +8
Files with missing lines | Coverage Δ | |
---|---|---|
app/app.go | 55.32% <100.00%> (ø) |
|
app/posthandler/posthandler.go | 100.00% <100.00%> (ø) |
|
x/evm/keeper/txutils.go | 58.25% <0.00%> (ø) |
|
app/posthandler/gasrefund.go | 56.25% <58.33%> (+48.40%) |
⬆️ |
Loading