Skip to content

feat: comprehensive error enrichment with actionable hints across all… #218

feat: comprehensive error enrichment with actionable hints across all…

feat: comprehensive error enrichment with actionable hints across all… #218

Triggered via push March 24, 2026 02:19
Status Failure
Total duration 4m 1s
Artifacts

ci.yml

on: push
Check Backend
3m 57s
Check Backend
Check Frontend
36s
Check Frontend
Lint Backend
1m 29s
Lint Backend
Lint Frontend
22s
Lint Frontend
Check Embedded (aarch64-musl)
40s
Check Embedded (aarch64-musl)
Cargo Audit
2m 58s
Cargo Audit
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Check Frontend
Process completed with exit code 1.
src/lib/api/websocket.test.ts > WebSocket chat streaming > calls onError on invalid JSON: web/src/lib/api/websocket.test.ts#L118
AssertionError: expected "vi.fn()" to be called with arguments: [ 'Failed to parse WebSocket message' ] Received: 1st vi.fn() call: [ "Failed to parse WebSocket message", + undefined, ] Number of calls: 1 ❯ src/lib/api/websocket.test.ts:118:31
src/lib/api/websocket.test.ts > WebSocket chat streaming > calls onError and closes on error message: web/src/lib/api/websocket.test.ts#L108
AssertionError: expected "vi.fn()" to be called with arguments: [ 'fail' ] Received: 1st vi.fn() call: [ "fail", + undefined, ] Number of calls: 1 ❯ src/lib/api/websocket.test.ts:108:31