• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Rotorsoft / act-root / 32896299477
100%

Build:
DEFAULT BRANCH: master
Ran 25 Aug 2026 08:39PM UTC
Jobs 1
Files 116
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Aug 2026 08:36PM UTC coverage: 100.0%. Remained the same
32896299477

push

github

web-flow
fix(act): apply the lane guards to dynamic resolutions (#1575)

* fix(act): apply the lane guards to dynamic resolutions

A build-time guard only ever sees a static `.to({lane})` — a `.to(fn)` lane
is a function until an event arrives — so both lane checks exempted dynamic
resolvers. Correlate is where the lane finally exists, so the same rules
apply there.

An undeclared lane is rerouted to "default" and reported: no controller
claims it, so the stream otherwise sat at watermark -1 forever, invisible to
blocked_streams() and every other health surface. A disagreement between two
equal-priority resolutions keeps the first-discovered lane and reports the
conflict; the lane is not corrected mid-run, because a live stream's lane is
the one its in-flight leases were taken under.

Reported, never thrown — a throw inside correlate pins the checkpoint for the
whole app (#1420). Each offending declaration reports once, off a set owned
by the correlator instance so internal/ keeps no module state.

Closes #1564
Closes #1567

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K5eB6CMELZJfayCYpQta8N

* refactor(act): share the report-once helper between drain and correlate

Both pipelines report a misdeclaration a build-time guard could not catch,
and both need the same dedup: a resolver fires for every matching event, so
a naive log turns one bad declaration into a line per event.

The dedup moves to internal/report-once.ts and warn_misrouted keeps only its
message. Not src/utils.ts — that is re-exported from the public barrel, and
this is implementation detail.

Also reattaches run_drain_cycle's doc block, which warn_misrouted was
inserted in front of.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K5eB6CMELZJfayCYpQta8N

---------

Co-authored-by: rotorsoft <rotorsoft@outlook.com>
Co-authored-by: Claude Opus 5 (1M context) <no... (continued)

4302 of 4302 branches covered (100.0%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 4 files covered. (100.0%)

9274 of 9274 relevant lines covered (100.0%)

1169.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32896299477.1 25 Aug 2026 08:39PM UTC 116
100.0
GitHub Action Run
Source Files on build 32896299477
  • Tree
  • List 116
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32896299477
  • f3d57813 on github
  • Prev Build on master (#32887606970)
  • Next Build on master (#33075268786)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc