Skip to content

revert unsound parallelization

5a2f390
Select commit
Loading
Failed to load commit list.
Merged

chore: parallelize some calls with tokio::try_join! #6737

revert unsound parallelization
5a2f390
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 14, 2026 in 0s

63.45% (-0.02%) compared to 30c9407

View this Pull Request on Codecov

63.45% (-0.02%) compared to 30c9407

Details

Codecov Report

❌ Patch coverage is 12.50000% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 63.45%. Comparing base (30c9407) to head (5a2f390).

Files with missing lines Patch % Lines
src/cli/subcommands/f3_cmd.rs 0.00% 10 Missing ⚠️
src/cli/subcommands/mpool_cmd.rs 0.00% 4 Missing ⚠️
src/tool/subcommands/snapshot_cmd.rs 0.00% 4 Missing ⚠️
src/wallet/subcommands/wallet_cmd.rs 0.00% 2 Missing ⚠️
src/networks/actors_bundle.rs 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
src/networks/actors_bundle.rs 79.20% <75.00%> (+0.63%) ⬆️
src/wallet/subcommands/wallet_cmd.rs 25.63% <0.00%> (ø)
src/cli/subcommands/mpool_cmd.rs 67.41% <0.00%> (-0.22%) ⬇️
src/tool/subcommands/snapshot_cmd.rs 0.00% <0.00%> (ø)
src/cli/subcommands/f3_cmd.rs 26.33% <0.00%> (-0.17%) ⬇️

... and 6 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 30c9407...5a2f390. Read the comment docs.

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