Skip to content

Merge branch 'main' into hm/more-delegate-enum

7c759b4
Select commit
Loading
Failed to load commit list.
Merged

chore: more delegate_enum to reduce repetitive code #6474

Merge branch 'main' into hm/more-delegate-enum
7c759b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 24, 2026 in 0s

60.76% (+0.04%) compared to 237583f

View this Pull Request on Codecov

60.76% (+0.04%) compared to 237583f

Details

Codecov Report

❌ Patch coverage is 29.86111% with 303 lines in your changes missing coverage. Please review.
✅ Project coverage is 60.76%. Comparing base (237583f) to head (7c759b4).

Files with missing lines Patch % Lines
src/shim/actors/builtin/miner/mod.rs 19.20% 97 Missing and 4 partials ⚠️
src/shim/actors/builtin/reward/mod.rs 17.27% 91 Missing ⚠️
src/shim/actors/builtin/market/mod.rs 11.84% 63 Missing and 4 partials ⚠️
src/shim/actors/builtin/power/mod.rs 26.92% 17 Missing and 2 partials ⚠️
src/shim/executor.rs 65.00% 4 Missing and 3 partials ⚠️
src/rpc/methods/f3.rs 0.00% 4 Missing ⚠️
src/rpc/methods/state.rs 84.00% 2 Missing and 2 partials ⚠️
src/shim/piece.rs 50.00% 3 Missing ⚠️
src/state_manager/mod.rs 25.00% 0 Missing and 3 partials ⚠️
src/interpreter/fvm2.rs 0.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files
Files with missing lines Coverage Δ
src/lotus_json/miner_info.rs 97.50% <100.00%> (+4.31%) ⬆️
src/rpc/types/deal_impl.rs 100.00% <100.00%> (ø)
src/rpc/types/mod.rs 88.46% <ø> (ø)
src/state_manager/utils.rs 79.63% <100.00%> (ø)
src/state_migration/nv17/miner.rs 81.61% <100.00%> (-0.09%) ⬇️
src/interpreter/fvm2.rs 44.68% <0.00%> (ø)
src/interpreter/fvm3.rs 40.60% <0.00%> (ø)
src/interpreter/fvm4.rs 42.18% <0.00%> (ø)
src/state_manager/circulating_supply.rs 79.05% <75.00%> (-0.09%) ⬇️
src/shim/piece.rs 58.82% <50.00%> (-1.18%) ⬇️
... and 8 more

... and 16 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 237583f...7c759b4. Read the comment docs.

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