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

lsm / HyperNeo / 31210968506
40%

Build:
DEFAULT BRANCH: dev
Ran 07 Aug 2026 07:20PM UTC
Jobs 20
Files 627
Run time 2min
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

07 Aug 2026 07:19PM UTC coverage: 40.044%. First build
31210968506

push

github

web-flow
feat(github-events): normalize merge_group webhook (merge queue) [#2326] (#2352)

* feat(github-events): normalize merge_group webhook (merge queue) [#2326]

Add merge_group (merge-queue checks_requested/destroyed) to GitHubEventKind
per the locked taxonomy in docs/design/github-events-merge-blocking-spec.md
(row 6), with a dedicated normalizer, mapEventType case, and unit tests.

merge_group is a GitHub App-only webhook event — not deliverable via the
daemon's repository webhooks today — so it is added to WEBHOOK_EVENTS but
excluded from REQUIRED_WEBHOOK_EVENTS (required would flag every repo-webhook
user's health panel). The caveat is documented; the live merge-queue signal
remains pull_request enqueued/dequeued (row 8).

The payload has no pull_request object and head_sha is the queue's synthetic
commit (never a /pulls head), so the PR is parsed best-effort from head_ref
(refs/heads/gh-readonly-queue/<base>/pr-<N>-<sha>), anchored to the final
path component. PR-scoped topic: pull_request/<id>.merge_group_checks_requested
/ .merge_group_destroyed. dedupeKey uses headSha as the {kind}:{id}:{version}
version so re-enqueue cycles aren't short-circuited.

* feat(github-events): project merge_group refs/headSha into event essence [#2326]

Add a merge_group branch to formatExternalEventEssence so the injected
essence carries headSha/headRef/baseRef/baseSha/headCommitId (matching
every other SHA-bearing event: pull_request/check_run/check_suite/status/
deployment). Previously the SHA was dropped and body was '' — merge_group
was the lone exception. Adds an essence-contract test asserting the
projection and rawPayload exclusion; summary stays excluded by contract.

* fix(github-events): exclude app-only merge_group from repo-hook requests [#2326]

merge_group is a GitHub App-only webhook event; requesting it on a
repository hook (POST/PATCH /repos/{o}/{r}/hooks) is rejected by GitHub,
which would break createRemoteWebhook/updateRemoteWebhook for every
repo... (continued)

19483 of 55594 branches covered (35.05%)

Branch coverage included in aggregate %.

29248 of 66100 relevant lines covered (44.25%)

277.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 daemon-online-space-2 - 31210968506.1 07 Aug 2026 07:23PM UTC 352
19.48
GitHub Action Run
2 daemon-online-components - 31210968506.2 07 Aug 2026 07:20PM UTC 352
9.14
GitHub Action Run
3 daemon-online-websocket - 31210968506.3 07 Aug 2026 07:20PM UTC 352
9.25
GitHub Action Run
4 web - 31210968506.4 07 Aug 2026 07:22PM UTC 275
75.4
GitHub Action Run
5 daemon-online-rpc-2 - 31210968506.5 07 Aug 2026 07:22PM UTC 352
13.01
GitHub Action Run
6 daemon-online-rpc-3 - 31210968506.6 07 Aug 2026 07:21PM UTC 352
10.08
GitHub Action Run
7 daemon-online-rpc-1 - 31210968506.7 07 Aug 2026 07:22PM UTC 352
10.04
GitHub Action Run
8 daemon-online-agent-sdk - 31210968506.8 07 Aug 2026 07:21PM UTC 352
12.12
GitHub Action Run
9 daemon-online-rewind-2 - 31210968506.9 07 Aug 2026 07:21PM UTC 352
12.54
GitHub Action Run
10 daemon-online-rpc-4 - 31210968506.10 07 Aug 2026 07:22PM UTC 352
12.57
GitHub Action Run
11 daemon-online-rewind-1 - 31210968506.11 07 Aug 2026 07:21PM UTC 352
12.13
GitHub Action Run
12 daemon-online-lifecycle - 31210968506.12 07 Aug 2026 07:21PM UTC 352
12.46
GitHub Action Run
13 daemon-online-mcp - 31210968506.13 07 Aug 2026 07:21PM UTC 352
9.49
GitHub Action Run
14 daemon-online-convo - 31210968506.14 07 Aug 2026 07:21PM UTC 352
12.05
GitHub Action Run
15 daemon-online-space-1 - 31210968506.15 07 Aug 2026 07:21PM UTC 352
19.21
GitHub Action Run
16 daemon-online-coordinator - 31210968506.16 07 Aug 2026 07:20PM UTC 342
1.2
GitHub Action Run
17 daemon-online-features-2 - 31210968506.17 07 Aug 2026 07:21PM UTC 352
12.3
GitHub Action Run
18 daemon-online-sdk - 31210968506.18 07 Aug 2026 07:21PM UTC 352
12.11
GitHub Action Run
19 daemon-online-features-1 - 31210968506.19 07 Aug 2026 07:21PM UTC 352
12.68
GitHub Action Run
20 daemon-online-git - 31210968506.20 07 Aug 2026 07:21PM UTC 352
9.9
GitHub Action Run
Source Files on build 31210968506
  • Tree
  • List 627
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31210968506
  • af687a9c on github
  • Prev Build on dev (#31205966794)
  • Next Build on dev (#31219575359)
  • Delete
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