Skip to content

checks for chain_get_path

279d588
Select commit
Loading
Failed to load commit list.
Open

fix: broadcast HeadChange::Revert(Tipset) in set_heaviest_tipset #6732

checks for chain_get_path
279d588
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 0s

63.42% (-0.02%) compared to 8149f08

View this Pull Request on Codecov

63.42% (-0.02%) compared to 8149f08

Details

Codecov Report

❌ Patch coverage is 48.10127% with 82 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.42%. Comparing base (8149f08) to head (279d588).

Files with missing lines Patch % Lines
src/rpc/methods/chain.rs 42.02% 39 Missing and 1 partial ⚠️
src/message_pool/msgpool/mod.rs 23.07% 10 Missing ⚠️
src/state_manager/mod.rs 0.00% 10 Missing ⚠️
src/chain/store/chain_store.rs 81.48% 1 Missing and 4 partials ⚠️
src/daemon/mod.rs 0.00% 5 Missing ⚠️
...tool/subcommands/api_cmd/generate_test_snapshot.rs 0.00% 5 Missing ⚠️
src/message_pool/msgpool/msg_pool.rs 66.66% 2 Missing and 1 partial ⚠️
src/db/parity_db.rs 0.00% 2 Missing ⚠️
src/db/car/many.rs 83.33% 1 Missing ⚠️
src/db/gc/snapshot.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/db/memory.rs 89.60% <100.00%> (+0.71%) ⬆️
src/db/mod.rs 41.66% <100.00%> (ø)
src/message_pool/msgpool/provider.rs 34.88% <100.00%> (ø)
src/message_pool/msgpool/test_provider.rs 98.30% <100.00%> (+0.04%) ⬆️
src/db/car/many.rs 66.66% <83.33%> (ø)
src/db/gc/snapshot.rs 18.77% <0.00%> (ø)
src/db/parity_db.rs 68.00% <0.00%> (+0.18%) ⬆️
src/message_pool/msgpool/msg_pool.rs 78.08% <66.66%> (-0.45%) ⬇️
src/chain/store/chain_store.rs 69.43% <81.48%> (-0.06%) ⬇️
src/daemon/mod.rs 29.08% <0.00%> (ø)
... and 4 more

... and 5 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 8149f08...279d588. Read the comment docs.

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