Skip to content

fix(test): JSON snapshot tests for actor states

b53b509
Select commit
Loading
Failed to load commit list.
Merged

fix(test): JSON snapshot tests for actor states #6381

fix(test): JSON snapshot tests for actor states
b53b509
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2026 in 0s

53.89% (+1.37%) compared to 3b4c2ce

View this Pull Request on Codecov

53.89% (+1.37%) compared to 3b4c2ce

Details

Codecov Report

❌ Patch coverage is 87.50000% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.89%. Comparing base (3b4c2ce) to head (b53b509).

Files with missing lines Patch % Lines
src/lotus_json/actors/states/evm_state.rs 75.00% 19 Missing and 6 partials ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/lotus_json/actors/states/account_state.rs 100.00% <ø> (+70.58%) ⬆️
src/lotus_json/actors/states/cron_state.rs 100.00% <ø> (+92.50%) ⬆️
src/lotus_json/actors/states/datacap_state.rs 100.00% <100.00%> (+89.28%) ⬆️
src/lotus_json/actors/states/init_state.rs 100.00% <ø> (+84.21%) ⬆️
src/lotus_json/actors/states/market_state.rs 100.00% <100.00%> (+94.33%) ⬆️
src/lotus_json/actors/states/miner_state.rs 85.71% <100.00%> (+81.42%) ⬆️
src/lotus_json/actors/states/multisig_state.rs 97.50% <100.00%> (+87.50%) ⬆️
.../lotus_json/actors/states/payment_channel_state.rs 100.00% <ø> (+90.62%) ⬆️
src/lotus_json/actors/states/power_states.rs 100.00% <100.00%> (+95.77%) ⬆️
src/lotus_json/actors/states/reward_state.rs 100.00% <100.00%> (+94.64%) ⬆️
... and 7 more

... and 20 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 3b4c2ce...b53b509. Read the comment docs.

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