Skip to content

address comments

ee300c5
Select commit
Loading
Failed to load commit list.
Draft

feat: Implement Forest.EthTraceCall #6412

address comments
ee300c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2026 in 0s

63.41% (+0.17%) compared to a9f8cf1

View this Pull Request on Codecov

63.41% (+0.17%) compared to a9f8cf1

Details

Codecov Report

❌ Patch coverage is 79.65180% with 187 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.41%. Comparing base (a9f8cf1) to head (ee300c5).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/rpc/methods/eth/trace.rs 81.19% 84 Missing and 23 partials ⚠️
src/rpc/methods/eth.rs 64.59% 73 Missing and 1 partial ⚠️
src/shim/actors/builtin/evm/mod.rs 66.66% 3 Missing ⚠️
src/state_manager/mod.rs 93.54% 0 Missing and 2 partials ⚠️
src/rpc/methods/eth/filter/mod.rs 92.30% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/rpc/methods/eth/types.rs 75.56% <100.00%> (+7.42%) ⬆️
src/rpc/methods/gas.rs 86.87% <100.00%> (+0.03%) ⬆️
src/rpc/mod.rs 87.59% <ø> (-0.78%) ⬇️
src/rpc/methods/eth/filter/mod.rs 87.61% <92.30%> (-0.13%) ⬇️
src/state_manager/mod.rs 69.76% <93.54%> (+0.21%) ⬆️
src/shim/actors/builtin/evm/mod.rs 82.85% <66.66%> (+5.93%) ⬆️
src/rpc/methods/eth.rs 69.24% <64.59%> (-0.42%) ⬇️
src/rpc/methods/eth/trace.rs 75.87% <81.19%> (+8.63%) ⬆️

... and 11 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9f8cf1...ee300c5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.