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

lsm / HyperNeo / 31338108314
79%

Build:
DEFAULT BRANCH: dev
Ran 09 Aug 2026 09:56PM UTC
Jobs 20
Files 646
Run time 3min
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

09 Aug 2026 09:56PM UTC coverage: 40.335% (-0.03%) from 40.361%
31338108314

push

github

web-flow
feat(space): add codex_review_approved preset over the github connector (#2409)

Adds the codex review gate as a declarative built-in preset (epic #2299
workflow node — over the new `getCodexApproval` github connector op.

The op resolves the PR (with a workspace-branch fallback that propagates
failures rather than swallowing them), enforces a github.com / GH_HOST
allow-list before any gh call, resolves the current head, fetches the PR
reviews, and — when a codex review matches — re-resolves the head to close
the resolution/reviews TOCTOU window (retryable if it moved).

`createCodexApprovalValidator` is a plain L4 decision with zero engine
special-casing: allow when a codex bot leaves an APPROVED review on the
current head (commit_id === head SHA) — the head-specific signal codex
actually emits (mirroring merge-pr-validator); map a connector lookup
failure to retryable (rate limit / transient 5xx / DNS / helper timeout) or
terminal block (truncation / not-found / auth); otherwise `retryable_block`.
It binds the checked PR to the run via the engine-injected authoritative run
PR (a `runPrUrl` on the hook context on BOTH the hook and gate dispatch
paths, resolved from gate data + hook state + artifacts by the same resolver
merge / get_pr_diff use) — a caller-supplied or branch-discovered pr_url
naming a different PR is rejected. A PR-level +1 reaction is intentionally
not accepted (not head-bound). No wait-state, timeout, or safety valve —
engine retry scheduling is the only timer. Registered in production as
`codex_review_approved`.

Also classifies transient transport/server failures (HTTP 5xx, timeouts, DNS)
and the helper kill-timer firing as retryable in the shared `runGhJson`
(deterministic truncation stays terminal), so a brief GitHub stall never
terminally clears a queued handoff.

Drops the spike-era `createCodexReviewBotValidator` + `pollUntilAllow`
composition primitive (no production consumers) that the new preset replaces.

Scope note: the ... (continued)

20389 of 57564 branches covered (35.42%)

Branch coverage included in aggregate %.

14 of 89 new or added lines in 9 files covered. (15.73%)

5 existing lines in 4 files now uncovered.

30297 of 68100 relevant lines covered (44.49%)

281.68 hits per line

Uncovered Changes

Lines Coverage ∆ File
47
2.23
-0.59% packages/daemon/src/lib/space/runtime/connectors/github-connector.ts
14
13.39
2.67% packages/daemon/src/lib/space/runtime/connectors/presets.ts
10
1.9
-0.46% packages/daemon/src/lib/space/runtime/gh-lookup-helpers.ts
4
37.67
-0.71% packages/daemon/src/lib/space/runtime/gate-evaluator.ts

Coverage Regressions

Lines Coverage ∆ File
2
23.66
-0.05% packages/daemon/src/lib/space/runtime/space-runtime.ts
1
15.22
0.0% packages/daemon/src/lib/space/runtime/connectors/external-state-validator.ts
1
37.67
-0.71% packages/daemon/src/lib/space/runtime/gate-evaluator.ts
1
1.9
-0.46% packages/daemon/src/lib/space/runtime/gh-lookup-helpers.ts
Jobs
ID Job ID Ran Files Coverage
1 web - 31338108314.1 09 Aug 2026 09:58PM UTC 284
75.74
GitHub Action Run
2 daemon-online-agent-sdk - 31338108314.2 09 Aug 2026 09:58PM UTC 362
12.38
GitHub Action Run
3 daemon-online-space-2 - 31338108314.3 09 Aug 2026 09:59PM UTC 362
19.35
GitHub Action Run
4 daemon-online-coordinator - 31338108314.4 09 Aug 2026 09:56PM UTC 352
1.25
GitHub Action Run
5 daemon-online-websocket - 31338108314.5 09 Aug 2026 09:57PM UTC 362
9.55
GitHub Action Run
6 daemon-online-mcp - 31338108314.6 09 Aug 2026 09:57PM UTC 362
9.78
GitHub Action Run
7 daemon-online-rewind-2 - 31338108314.7 09 Aug 2026 09:57PM UTC 362
12.77
GitHub Action Run
8 daemon-online-sdk - 31338108314.8 09 Aug 2026 09:57PM UTC 362
12.35
GitHub Action Run
9 daemon-online-git - 31338108314.9 09 Aug 2026 09:57PM UTC 362
10.04
GitHub Action Run
10 daemon-online-rpc-2 - 31338108314.10 09 Aug 2026 09:58PM UTC 362
13.21
GitHub Action Run
11 daemon-online-rewind-1 - 31338108314.11 09 Aug 2026 09:58PM UTC 362
12.37
GitHub Action Run
12 daemon-online-convo - 31338108314.12 09 Aug 2026 09:58PM UTC 362
12.29
GitHub Action Run
13 daemon-online-features-1 - 31338108314.13 09 Aug 2026 09:57PM UTC 362
12.91
GitHub Action Run
14 daemon-online-space-1 - 31338108314.14 09 Aug 2026 09:58PM UTC 362
19.38
GitHub Action Run
15 daemon-online-features-2 - 31338108314.15 09 Aug 2026 09:57PM UTC 362
12.56
GitHub Action Run
16 daemon-online-lifecycle - 31338108314.16 09 Aug 2026 09:57PM UTC 362
12.69
GitHub Action Run
17 daemon-online-components - 31338108314.17 09 Aug 2026 09:57PM UTC 362
9.45
GitHub Action Run
18 daemon-online-rpc-3 - 31338108314.18 09 Aug 2026 09:57PM UTC 362
10.25
GitHub Action Run
19 daemon-online-rpc-1 - 31338108314.19 09 Aug 2026 09:57PM UTC 362
10.21
GitHub Action Run
20 daemon-online-rpc-4 - 31338108314.20 09 Aug 2026 09:58PM UTC 362
12.79
GitHub Action Run
Source Files on build 31338108314
  • Tree
  • List 646
  • Changed 20
  • Source Changed 10
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31338108314
  • f7c30649 on github
  • Prev Build on dev (#31335916219)
  • Next Build on dev (#31393245870)
  • 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