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

lsm / HyperNeo / 31268256751
79%

Build:
DEFAULT BRANCH: dev
Ran 08 Aug 2026 04:59PM UTC
Jobs 20
Files 638
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

08 Aug 2026 04:58PM UTC coverage: 40.118%. First build
31268256751

push

github

web-flow
Fix dev CI: CLI Tests workflow (vitest path) + stabilize flaky startup-timeout test (#2405)

* ci: invoke CLI tests via bunx vitest instead of missing root .bin path

Bun does not hoist per-package devDeps (vitest) to the root node_modules/.bin,
so `../../node_modules/.bin/vitest` from packages/cli resolved to a path that
does not exist and the test-cli job failed every dev push with exit 127 since
the #2364 Vitest migration. Use `bunx vitest run`, matching the web-tests job.

* test(daemon): stabilize flaky startup-timeout convo test

The startup-timeout-no-retry online test flaked ~25-40% locally (and
intermittently on dev CI) in two ways:

  1. waitForIdle timing out in the test body (15s budget too tight given the
     forced 10ms startup timeout drives a retry with a up-to-5s subprocess-exit
     wait before idle).
  2. models.list timing out in createDaemonServer's beforeEach (the 10ms value
     made the daemon abort/respawn the SDK subprocess so fast it congested the
     shared dev proxy, slowing the daemon's own model fetch past the 8s default).

Root cause is the artificial timing pressure, not a logic bug. Fixes:
  - Bump FORCED_STARTUP_TIMEOUT_MS 10ms -> 100ms: still far below any realistic
    SDK startup (subprocess spawn alone is hundreds of ms), so the
    startup-timeout -> retry-once path is still exercised deterministically, but
    without congesting the shared dev proxy.
  - Give waitForIdle / setup budgets enough headroom for the retry's
    subprocess-exit wait and spawn variance.
  - Add an optional modelsReadyTimeoutMs to createDaemonServer so a test that
    deliberately stresses the daemon can request a larger model-readiness budget.

Verified: 10/10 consecutive dev-proxy runs pass (was 5/8 then 6/8); sibling
multiturn-conversation test still passes; CLI + typecheck clean.

* test(daemon): fix stale comments in startup-timeout test (review feedback)

- Drop the 'STARTUP_TIMEOUT_MS=10' / 'within 10 ms' references now that
  ... (continued)

19824 of 56466 branches covered (35.11%)

Branch coverage included in aggregate %.

29773 of 67163 relevant lines covered (44.33%)

275.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 web - 31268256751.1 08 Aug 2026 05:00PM UTC 279
75.62
GitHub Action Run
2 daemon-online-coordinator - 31268256751.2 08 Aug 2026 04:59PM UTC 349
1.24
GitHub Action Run
3 daemon-online-space-2 - 31268256751.3 08 Aug 2026 05:01PM UTC 359
19.5
GitHub Action Run
4 daemon-online-convo - 31268256751.4 08 Aug 2026 05:01PM UTC 359
12.11
GitHub Action Run
5 daemon-online-agent-sdk - 31268256751.5 08 Aug 2026 05:00PM UTC 359
12.18
GitHub Action Run
6 daemon-online-git - 31268256751.6 08 Aug 2026 04:59PM UTC 359
9.9
GitHub Action Run
7 daemon-online-rewind-1 - 31268256751.7 08 Aug 2026 05:00PM UTC 359
12.19
GitHub Action Run
8 daemon-online-components - 31268256751.8 08 Aug 2026 04:59PM UTC 359
9.15
GitHub Action Run
9 daemon-online-rewind-2 - 31268256751.9 08 Aug 2026 05:00PM UTC 359
12.59
GitHub Action Run
10 daemon-online-rpc-4 - 31268256751.10 08 Aug 2026 05:00PM UTC 359
12.62
GitHub Action Run
11 daemon-online-features-1 - 31268256751.11 08 Aug 2026 05:00PM UTC 359
12.73
GitHub Action Run
12 daemon-online-mcp - 31268256751.12 08 Aug 2026 04:59PM UTC 359
9.48
GitHub Action Run
13 daemon-online-features-2 - 31268256751.13 08 Aug 2026 05:00PM UTC 359
12.35
GitHub Action Run
14 daemon-online-sdk - 31268256751.14 08 Aug 2026 04:59PM UTC 359
12.16
GitHub Action Run
15 daemon-online-space-1 - 31268256751.15 08 Aug 2026 05:01PM UTC 359
19.21
GitHub Action Run
16 daemon-online-lifecycle - 31268256751.16 08 Aug 2026 05:00PM UTC 359
12.51
GitHub Action Run
17 daemon-online-rpc-3 - 31268256751.17 08 Aug 2026 05:00PM UTC 359
10.08
GitHub Action Run
18 daemon-online-websocket - 31268256751.18 08 Aug 2026 04:59PM UTC 359
9.25
GitHub Action Run
19 daemon-online-rpc-2 - 31268256751.19 08 Aug 2026 05:01PM UTC 359
13.06
GitHub Action Run
20 daemon-online-rpc-1 - 31268256751.20 08 Aug 2026 05:00PM UTC 359
10.04
GitHub Action Run
Source Files on build 31268256751
  • Tree
  • List 638
  • 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 #31268256751
  • 91a80889 on github
  • Prev Build on dev (#31257821521)
  • Next Build on dev (#31277082314)
  • 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