Skip to content

Merge branch 'develop' into refactor/event-dispatcher

3b166a4
Select commit
Loading
Failed to load commit list.
Merged

Refactor event dispatcher #6765

Merge branch 'develop' into refactor/event-dispatcher
3b166a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 5, 2026 in 0s

56.77% (target 80.00%)

View this Pull Request on Codecov

56.77% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 53.13327% with 531 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.77%. Comparing base (0b60401) to head (3b166a4).

Files with missing lines Patch % Lines
stacks-node/src/event_dispatcher/tests.rs 59.68% 256 Missing ⚠️
stacks-node/src/event_dispatcher/payloads.rs 45.53% 122 Missing ⚠️
stacks-node/src/event_dispatcher/db.rs 52.48% 105 Missing ⚠️
stacks-node/src/event_dispatcher/stacker_db.rs 9.43% 48 Missing ⚠️

❌ Your project check has failed because the head coverage (56.77%) 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 (0b60401) and HEAD (3b166a4). Click for more details.

HEAD has 39 uploads less than BASE
Flag BASE (0b60401) HEAD (3b166a4)
62 23
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #6765       +/-   ##
============================================
- Coverage    68.95%   56.77%   -12.18%     
============================================
  Files          582      586        +4     
  Lines       361570   361650       +80     
============================================
- Hits        249312   205335    -43977     
- Misses      112258   156315    +44057     
Files with missing lines Coverage Δ
stacks-node/src/event_dispatcher.rs 30.24% <ø> (-46.00%) ⬇️
stacks-node/src/event_dispatcher/stacker_db.rs 9.43% <9.43%> (ø)
stacks-node/src/event_dispatcher/db.rs 52.48% <52.48%> (ø)
stacks-node/src/event_dispatcher/payloads.rs 45.53% <45.53%> (ø)
stacks-node/src/event_dispatcher/tests.rs 59.68% <59.68%> (ø)

... and 416 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 0b60401...3b166a4. 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.