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

lsm / neokai / 24759292318
82%

Build:
DEFAULT BRANCH: dev
Ran 22 Apr 2026 03:54AM UTC
Jobs 34
Files 525
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

22 Apr 2026 03:54AM UTC coverage: 86.235%. Remained the same
24759292318

push

github

web-flow
test(daemon): switch 5-space unit test SQLite to in-memory (#1582)

* fix(space): clicking Review node on canvas now opens the node's agent session

Match activity members by m.role (agent slot name) instead of m.label against
agentDisplayNames. The old code resolved agent display names from the store and
compared them to the human-readable m.label field, which is unreliable — when
they diverged (e.g. 'Code Reviewer' vs 'reviewer') the match failed silently and
fell through to the Task Agent session.

SpaceTaskActivityMember.role is explicitly the slot name (e.g. 'reviewer',
'coder') and directly maps to the _agentSlotNames parameter, making the match
deterministic.

Adds a regression test covering the label-vs-slot-name mismatch scenario.

* test(daemon): use in-memory SQLite in NodeExecutionManager tests

The file-based makeDb() helper created a temp directory and ran all
migrations on each beforeEach call. Under CI load this exceeded the 10s
bun hook timeout, causing consistent failures in the 1-core test shard
that were unrelated to the code under test.

Switch to :memory: as recommended by CLAUDE.md for unit tests: faster,
no filesystem I/O, and no temp-dir cleanup needed.

* test(daemon): switch workflow test helpers to in-memory SQLite

workflow-executor.test.ts and completion-actions-persistence.test.ts
both used file-based makeDb() helpers with mkdirSync/runMigrations in
beforeEach. Under CI load this exceeded the 10s bun hook timeout.

Switch all three makeDb() calls to :memory: — no filesystem I/O, no
temp-dir cleanup, same migration coverage.

* test(web): fix ReadOnlyWorkflowCanvas mock onNodeClick type signature

The mock typed onNodeClick as (nodeId: string) => void but the real
component passes three args: (nodeId, nodeName, agentNames). Align the
mock type to match.

* test(daemon): switch RoomRepository test helper to in-memory SQLite

Same beforeEach hook timeout pattern as the other fixed test files:
file-based DB creation + create... (continued)

9070 of 12356 branches covered (73.41%)

Branch coverage included in aggregate %.

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

66915 of 75758 relevant lines covered (88.33%)

302.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 daemon-5-space-workflow - 24759292318.1 22 Apr 2026 03:55AM UTC 78
33.22
GitHub Action Run
2 daemon-5-space-agent - 24759292318.2 22 Apr 2026 03:55AM UTC 133
28.33
GitHub Action Run
3 daemon-4-space-storage - 24759292318.3 22 Apr 2026 03:55AM UTC 115
49.49
GitHub Action Run
4 daemon-online-convo - 24759292318.4 22 Apr 2026 03:56AM UTC 277
19.23
GitHub Action Run
5 daemon-5-space-runtime - 24759292318.5 22 Apr 2026 03:55AM UTC 98
43.22
GitHub Action Run
6 daemon-online-cross-provider-3 - 24759292318.6 22 Apr 2026 03:54AM UTC 277
6.47
GitHub Action Run
7 daemon-online-space-2 - 24759292318.7 22 Apr 2026 03:56AM UTC 277
27.11
GitHub Action Run
8 daemon-online-rpc-3 - 24759292318.8 22 Apr 2026 03:56AM UTC 277
20.5
GitHub Action Run
9 daemon-online-agent-sdk - 24759292318.9 22 Apr 2026 03:56AM UTC 277
19.33
GitHub Action Run
10 daemon-5-space-other - 24759292318.10 22 Apr 2026 03:55AM UTC 101
33.53
GitHub Action Run
11 daemon-online-room-mcp - 24759292318.11 22 Apr 2026 03:55AM UTC 277
17.17
GitHub Action Run
12 daemon-online-cross-provider-4 - 24759292318.12 22 Apr 2026 03:55AM UTC 277
19.98
GitHub Action Run
13 daemon-online-features-1 - 24759292318.13 22 Apr 2026 03:55AM UTC 277
20.05
GitHub Action Run
14 daemon-online-rewind-1 - 24759292318.14 22 Apr 2026 03:56AM UTC 277
19.54
GitHub Action Run
15 daemon-online-lifecycle - 24759292318.15 22 Apr 2026 03:55AM UTC 277
19.77
GitHub Action Run
16 daemon-online-git - 24759292318.16 22 Apr 2026 03:55AM UTC 277
18.44
GitHub Action Run
17 daemon-online-coordinator - 24759292318.17 22 Apr 2026 03:55AM UTC 277
6.47
GitHub Action Run
18 daemon-online-mcp - 24759292318.18 22 Apr 2026 03:56AM UTC 277
16.5
GitHub Action Run
19 daemon-online-rpc-1 - 24759292318.19 22 Apr 2026 03:55AM UTC 277
19.53
GitHub Action Run
20 daemon-online-cross-provider-2 - 24759292318.20 22 Apr 2026 03:55AM UTC 277
18.16
GitHub Action Run
21 daemon-online-room-coder-subagents - 24759292318.21 22 Apr 2026 03:56AM UTC 277
17.43
GitHub Action Run
22 daemon-1-core - 24759292318.22 22 Apr 2026 03:55AM UTC 282
35.04
GitHub Action Run
23 daemon-online-features-3 - 24759292318.23 22 Apr 2026 03:55AM UTC 277
15.23
GitHub Action Run
24 daemon-online-sdk - 24759292318.24 22 Apr 2026 03:55AM UTC 277
19.24
GitHub Action Run
25 daemon-0-shared - 24759292318.25 22 Apr 2026 03:54AM UTC 29
85.16
GitHub Action Run
26 daemon-online-space-1 - 24759292318.26 22 Apr 2026 03:57AM UTC 277
26.47
GitHub Action Run
27 daemon-online-rpc-2 - 24759292318.27 22 Apr 2026 03:56AM UTC 277
19.06
GitHub Action Run
28 web - 24759292318.28 22 Apr 2026 03:56AM UTC 237
78.52
GitHub Action Run
29 daemon-online-websocket - 24759292318.29 22 Apr 2026 03:55AM UTC 277
15.7
GitHub Action Run
30 daemon-2-handlers - 24759292318.30 22 Apr 2026 03:55AM UTC 225
50.52
GitHub Action Run
31 daemon-online-features-2 - 24759292318.31 22 Apr 2026 03:55AM UTC 277
19.74
GitHub Action Run
32 daemon-online-components - 24759292318.32 22 Apr 2026 03:55AM UTC 277
15.57
GitHub Action Run
33 daemon-online-rpc-4 - 24759292318.33 22 Apr 2026 03:56AM UTC 277
20.23
GitHub Action Run
34 daemon-online-rewind-2 - 24759292318.34 22 Apr 2026 03:55AM UTC 277
20.0
GitHub Action Run
Source Files on build 24759292318
  • Tree
  • List 525
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24759292318
  • e57f80ef on github
  • Prev Build on dev (#24758735362)
  • Next Build on dev (#24761020454)
  • 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