Skip to content

two tests left -- more catch up!

6acb3ec
Select commit
Loading
Failed to load commit list.
Closed

[CI test only] non-blocking event delivery + artificial delay #6793

two tests left -- more catch up!
6acb3ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 9, 2026 in 1s

73.47% (target 80.00%)

View this Pull Request on Codecov

73.47% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 85.29862% with 96 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.47%. Comparing base (267c7ef) to head (6acb3ec).
⚠️ Report is 31 commits behind head on develop.

Files with missing lines Patch % Lines
stacks-node/src/event_dispatcher.rs 68.10% 37 Missing ⚠️
stacks-node/src/event_dispatcher/db.rs 89.71% 22 Missing ⚠️
stacks-node/src/event_dispatcher/worker.rs 90.90% 15 Missing ⚠️
stacks-node/src/main.rs 0.00% 8 Missing ⚠️
stacks-node/src/run_loop/nakamoto.rs 25.00% 6 Missing ⚠️
stacks-node/src/tests/neon_integrations.rs 68.75% 5 Missing ⚠️
stacks-node/src/event_dispatcher/tests.rs 98.30% 2 Missing ⚠️
stacks-node/src/run_loop/boot_nakamoto.rs 50.00% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (73.47%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #6793      +/-   ##
===========================================
- Coverage    78.40%   73.47%   -4.94%     
===========================================
  Files          585      586       +1     
  Lines       361384   362297     +913     
===========================================
- Hits        283360   266197   -17163     
- Misses       78024    96100   +18076     
Files with missing lines Coverage Δ
stacks-node/src/nakamoto_node/miner.rs 76.71% <100.00%> (-0.67%) ⬇️
stacks-node/src/node.rs 86.40% <100.00%> (-0.02%) ⬇️
stacks-node/src/run_loop/mod.rs 89.65% <100.00%> (ø)
stacks-node/src/run_loop/neon.rs 79.87% <100.00%> (-3.28%) ⬇️
stacks-node/src/tests/signer/mod.rs 67.95% <100.00%> (-1.48%) ⬇️
stacks-node/src/tests/signer/v0.rs 16.61% <ø> (-6.24%) ⬇️
stacks-node/src/run_loop/boot_nakamoto.rs 77.55% <50.00%> (-2.59%) ⬇️
stacks-node/src/event_dispatcher/tests.rs 87.37% <98.30%> (-7.91%) ⬇️
stacks-node/src/tests/neon_integrations.rs 24.89% <68.75%> (+3.04%) ⬆️
stacks-node/src/run_loop/nakamoto.rs 82.51% <25.00%> (-1.24%) ⬇️
... and 4 more

... and 259 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 267c7ef...6acb3ec. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.