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

Rotorsoft / act-root / 33106512168
100%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2026 07:05PM 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

27 Aug 2026 07:02PM UTC coverage: 100.0%. Remained the same
33106512168

push

github

web-flow
fix(act): normalize the lane name on both sides of the agreement guard (#1586)

Two reactions to the same target must declare the same lane, and the
build-time guard stored the raw declaration to compare later ones against.
An omitted lane and an explicit "default" are the same lane, but raw they
are `undefined` and `"default"` — so a legal, fully type-checked config
failed to build. The comparison read `?? undefined` on both operands,
which normalizes nothing; the message read `?? "default"`, which is why
the diagnostic named the same lane twice and gave the operator nothing to
act on.

Both sides now compare `lane_name`, the normalized value the classifier
already computes three lines earlier, and the message drops its own
normalization since both operands arrive normalized.

Genuine disagreements are untouched: "slow" against an omitted lane still
throws, now naming "slow" vs "default" correctly.

Closes #1583

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

4294 of 4294 branches covered (100.0%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 1 file covered. (100.0%)

9275 of 9275 relevant lines covered (100.0%)

1168.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33106512168.1 27 Aug 2026 07:05PM UTC 116
100.0
GitHub Action Run
Source Files on build 33106512168
  • Tree
  • List 116
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33106512168
  • 088b508d on github
  • Prev Build on master (#33077769791)
  • Next Build on master (#33273395274)
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