Skip to content

cover Waffle state migration

d63915b
Select commit
Loading
Failed to load commit list.
Merged

test: unit tests for state migrations #6486

cover Waffle state migration
d63915b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 28, 2026 in 1s

62.75% (+1.71%) compared to 7f2f0db

View this Pull Request on Codecov

62.75% (+1.71%) compared to 7f2f0db

Details

Codecov Report

❌ Patch coverage is 67.66169% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.75%. Comparing base (7f2f0db) to head (d63915b).

Files with missing lines Patch % Lines
src/dev/subcommands/state_cmd.rs 0.00% 31 Missing ⚠️
src/dev/subcommands/mod.rs 0.00% 9 Missing ⚠️
...tool/subcommands/api_cmd/generate_test_snapshot.rs 0.00% 7 Missing ⚠️
src/rpc/methods/eth.rs 72.22% 1 Missing and 4 partials ⚠️
src/state_manager/utils.rs 95.45% 0 Missing and 5 partials ⚠️
src/rpc/methods/miner.rs 0.00% 4 Missing ⚠️
src/state_manager/mod.rs 80.00% 1 Missing and 2 partials ⚠️
src/tool/subcommands/api_cmd.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/blocks/tipset.rs 88.05% <100.00%> (+0.07%) ⬆️
src/chain_sync/tipset_syncer.rs 62.00% <100.00%> (ø)
src/rpc/methods/gas.rs 86.84% <100.00%> (+0.03%) ⬆️
src/tool/subcommands/api_cmd.rs 0.00% <0.00%> (ø)
src/state_manager/mod.rs 69.55% <80.00%> (+0.48%) ⬆️
src/rpc/methods/miner.rs 7.29% <0.00%> (-0.17%) ⬇️
src/rpc/methods/eth.rs 68.96% <72.22%> (+0.11%) ⬆️
src/state_manager/utils.rs 82.12% <95.45%> (+2.49%) ⬆️
...tool/subcommands/api_cmd/generate_test_snapshot.rs 0.00% <0.00%> (ø)
src/dev/subcommands/mod.rs 31.37% <0.00%> (-5.00%) ⬇️
... and 1 more

... and 56 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 7f2f0db...d63915b. Read the comment docs.

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