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

lsm / neokai / 25648129480 / 26
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 11 May 2026 03:08AM UTC
Files 287
Run time 8s
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

11 May 2026 03:05AM UTC coverage: 19.292% (+0.007%) from 19.285%
25648129480.26

push

github

web-flow
fix(daemon): add pr_url field to review-posted-gate so script can resolve PR URL (#1856)

The review-posted-gate script was failing with "No PR URL available to verify
review" because the gate only declared a `review_url` field. When the Review
node sent `data: { pr_url, review_url }`, the `pr_url` was stripped during
gate write authorization (only declared fields are written), leaving only
`review_url` in gate data.

The script tried `.pr_url // .review_url` from gate data, but `review_url` is
often a review permalink (with #pullrequestreview-...) that `gh pr view` may
not handle correctly. The fallback `gh pr view --json url` also fails when not
on the PR branch.

Fix: add `pr_url` as a declared field on `review-posted-gate` (writable by
Review). Now both `pr_url` and `review_url` are persisted to gate data, and
the script can read the clean PR URL directly.

- Add `pr_url` field to `review-posted-gate` fields array
- Update gate field count test (review-posted-gate now has 2 fields)
- Add test verifying script prefers `pr_url` over `review_url` when both present

14744 of 76427 relevant lines covered (19.29%)

9.85 hits per line

Source Files on job daemon-online-rpc-1 - 25648129480.26
  • Tree
  • List 287
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25648129480
  • 476dd798 on github
  • Prev Job for on dev (#25647934416.4)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc