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

lsm / neokai / 24872929355 / 10
83%
dev: 83%

Build:
DEFAULT BRANCH: dev
Ran 24 Apr 2026 04:57AM UTC
Files 287
Run time 18s
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

24 Apr 2026 04:54AM UTC coverage: 34.715%. Remained the same
24872929355.10

push

github

web-flow
fix(tests): stabilize flaky CI tests (workspace-history sort, web Suspense, Node imports) (#1619)

Three independent fixes so dev CI is reliably green:

1. workspace-history sort: add `id DESC` as a deterministic secondary sort
   key in WorkspaceHistoryRepository.list(). Two inserts in the same
   millisecond (fast hardware) previously had undefined ordering. The
   autoincrement id guarantees the most-recently-inserted row wins the
   tiebreak, matching the "most recently used first" contract. Test now
   uses explicit timestamps instead of a racy 2ms sleep, plus a new case
   covering the identical-timestamp path.

2. ChatContainer.test.ts: replace Node `fs`/`path`/`url` imports with a
   Vite-native `?raw` import (`import src from '../ChatContainer.tsx?raw'`).
   The Node built-ins are externalized by Vite in happy-dom and error at
   runtime with "No such built-in module: node:".

3. SpaceIsland.test.tsx: preload lazy route modules in `beforeAll` and bump
   waitFor timeouts from 1s to 5s. Under full-suite load the lazy import
   of SpaceConfigurePage could exceed the default 1s waitFor timeout,
   leaving the Suspense fallback visible when the test asserted against
   the hydrated DOM.

25363 of 73060 relevant lines covered (34.72%)

17.97 hits per line

Source Files on job daemon-1-core - 24872929355.10
  • Tree
  • List 287
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24872929355
  • 66c43676 on github
  • Prev Job for on dev (#24872378326.18)
  • Next Job for on dev (#24873122005.20)
  • 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