feat(api): Implement debug_traceTransaction API #6685
Closed
Codecov / codecov/project
succeeded
Mar 10, 2026 in 1s
63.52% (+0.13%) compared to 3591d1a
View this Pull Request on Codecov
63.52% (+0.13%) compared to 3591d1a
Details
Codecov Report
❌ Patch coverage is 71.95634% with 334 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.52%. Comparing base (3591d1a) to head (a4f765e).
Additional details and impacted files
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/interpreter/vm.rs | 81.73% <100.00%> (ø) |
|
| src/rpc/methods/eth/utils.rs | 88.00% <100.00%> (ø) |
|
| src/rpc/mod.rs | 89.20% <ø> (+0.71%) |
⬆️ |
| src/rpc/methods/eth/types.rs | 81.49% <88.84%> (+5.45%) |
⬆️ |
| src/state_manager/mod.rs | 66.87% <47.39%> (-2.95%) |
⬇️ |
| src/rpc/methods/eth/trace.rs | 79.04% <83.19%> (+3.16%) |
⬆️ |
| src/rpc/methods/eth.rs | 65.82% <27.84%> (-2.49%) |
⬇️ |
... and 2 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 3591d1a...a4f765e. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading