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

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

Build:
DEFAULT BRANCH: dev
Ran 22 Apr 2026 03:57AM UTC
Files 277
Run time 10s
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: 26.471%. Remained the same
24759292318.26

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)

19357 of 73126 relevant lines covered (26.47%)

13.34 hits per line

Source Files on job daemon-online-space-1 - 24759292318.26
  • Tree
  • List 277
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24759292318
  • e57f80ef on github
  • Prev Job for on dev (#24758735362.26)
  • Next Job for on dev (#24761020454.8)
  • 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