Skip to content

remove unused code

dcd8a60
Select commit
Loading
Failed to load commit list.
Merged

feat: full node #302

remove unused code
dcd8a60
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2025 in 1s

73.55% (+0.22%) compared to 9bde0ae

View this Pull Request on Codecov

73.55% (+0.22%) compared to 9bde0ae

Details

Codecov Report

❌ Patch coverage is 32.44681% with 762 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.55%. Comparing base (9bde0ae) to head (dcd8a60).
⚠️ Report is 180 commits behind head on main.

Files with missing lines Patch % Lines
crates/node/src/full/pending/provider.rs 0.00% 148 Missing ⚠️
crates/gateway/gateway-types/src/transaction.rs 7.85% 129 Missing ⚠️
crates/node/src/full/pending/mod.rs 0.00% 109 Missing ⚠️
crates/node/src/full/mod.rs 0.00% 106 Missing ⚠️
crates/node/src/full/pending/state.rs 0.00% 79 Missing ⚠️
crates/cli/src/full.rs 0.00% 73 Missing ⚠️
crates/rpc/rpc-types/src/broadcasted.rs 0.00% 25 Missing ⚠️
crates/gateway/gateway-server/src/handlers.rs 0.00% 24 Missing ⚠️
crates/node/src/full/pool.rs 0.00% 22 Missing ⚠️
crates/chain-spec/src/lib.rs 0.00% 13 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #302      +/-   ##
==========================================
+ Coverage   73.32%   73.55%   +0.22%     
==========================================
  Files         209      254      +45     
  Lines       23132    31118    +7986     
==========================================
+ Hits        16961    22888    +5927     
- Misses       6171     8230    +2059     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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