Skip to content

chore: add/bump copyright note in all files that this PR touches

ff7d455
Select commit
Loading
Failed to load commit list.
Draft

make event dispatching non-blocking #6762

chore: add/bump copyright note in all files that this PR touches
ff7d455
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 16, 2026 in 1s

56.47% (target 80.00%)

View this Pull Request on Codecov

56.47% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 73.64017% with 189 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.47%. Comparing base (bc00b29) to head (ff7d455).

Files with missing lines Patch % Lines
stacks-node/src/event_dispatcher/tests.rs 68.44% 65 Missing ⚠️
stacks-node/src/event_dispatcher.rs 56.75% 32 Missing ⚠️
stacks-node/src/event_dispatcher/worker.rs 83.70% 29 Missing ⚠️
stacks-node/src/event_dispatcher/db.rs 89.10% 22 Missing ⚠️
stacks-node/src/tests/neon_integrations.rs 0.00% 16 Missing ⚠️
stacks-node/src/run_loop/nakamoto.rs 0.00% 10 Missing ⚠️
stacks-node/src/main.rs 0.00% 9 Missing ⚠️
stacks-node/src/run_loop/neon.rs 0.00% 3 Missing ⚠️
stacks-node/src/run_loop/boot_nakamoto.rs 0.00% 2 Missing ⚠️
stackslib/src/config/mod.rs 92.30% 1 Missing ⚠️

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

❗ There is a different number of reports uploaded between BASE (bc00b29) and HEAD (ff7d455). Click for more details.

HEAD has 43 uploads less than BASE
Flag BASE (bc00b29) HEAD (ff7d455)
65 22
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6762       +/-   ##
============================================
- Coverage    67.63%   56.47%   -11.16%     
============================================
  Files          586      587        +1     
  Lines       362403   362889      +486     
============================================
- Hits        245099   204942    -40157     
- Misses      117304   157947    +40643     
Files with missing lines Coverage Δ
stacks-node/src/node.rs 86.43% <100.00%> (+0.01%) ⬆️
stacks-node/src/run_loop/mod.rs 89.65% <100.00%> (ø)
stackslib/src/config/mod.rs 52.09% <92.30%> (-10.28%) ⬇️
stacks-node/src/run_loop/boot_nakamoto.rs 0.00% <0.00%> (-77.40%) ⬇️
stacks-node/src/run_loop/neon.rs 0.00% <0.00%> (-81.92%) ⬇️
stacks-node/src/main.rs 0.00% <0.00%> (ø)
stacks-node/src/run_loop/nakamoto.rs 0.00% <0.00%> (-85.33%) ⬇️
stacks-node/src/tests/neon_integrations.rs 0.00% <0.00%> (-24.33%) ⬇️
stacks-node/src/event_dispatcher/db.rs 88.03% <89.10%> (+35.54%) ⬆️
stacks-node/src/event_dispatcher/worker.rs 83.70% <83.70%> (ø)
... and 2 more

... and 398 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 bc00b29...ff7d455. 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.