cockpit: demo synthetic per-stream feed so switching is visible witho… #965
test.yml
on: push
Unit & Store Tests
4m 49s
Dependency Audit
34s
Benchmarks
1m 1s
Annotations
2 errors and 14 warnings
|
Unit & Store Tests
Process completed with exit code 1.
|
|
tests/lib/skills/chord.test.ts > isReservedChord > accepts ordinary bindable chords:
tests/lib/skills/chord.test.ts#L90
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/lib/skills/chord.test.ts:90:38
|
|
Dependency Audit
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Benchmarks
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit & Store Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit & Store Tests
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|
|
Unit & Store Tests:
src/components/fc/calibration/useCalibrationEngine.ts#L124
React Hook useEffect has a missing dependency: 'manager'. Either include it or remove the dependency array
|
|
Unit & Store Tests:
src/components/fc/calibration/useCalibrationEngine.ts#L124
The ref value 'subsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'subsRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Unit & Store Tests
React Hook useMemo has a missing dependency: 'p'. Either include it or remove the dependency array
|
|
Unit & Store Tests:
src/components/fc/betaflight/AdjustmentsPanel.tsx#L43
The 'pNum' function makes the dependencies of useCallback Hook (at line 59) change on every render. To fix this, wrap the definition of 'pNum' in its own useCallback() Hook
|
|
Unit & Store Tests:
src/components/config/can/debug/NodeStatusTimeline.tsx#L83
The 'history' logical expression could make the dependencies of useMemo Hook (at line 84) change on every render. To fix this, wrap the initialization of 'history' in its own useMemo() Hook
|
|
Unit & Store Tests:
src/components/command/MeshToastBridge.tsx#L76
React Hook useEffect has a missing dependency: 'fire'. Either include it or remove the dependency array
|
|
Unit & Store Tests:
src/components/command/CommandFleetMqttBridge.tsx#L103
React Hook useEffect has missing dependencies: 'mqttViewerPassword' and 'mqttViewerUsername'. Either include them or remove the dependency array
|
|
Unit & Store Tests:
src/components/command/CommandFleetLocalBridge.tsx#L200
The ref value 'aliveRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'aliveRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Unit & Store Tests:
src/components/command/CommandFleetLocalBridge.tsx#L199
The ref value 'intervalsRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'intervalsRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
Unit & Store Tests:
convex/auth.config.ts#L1
Assign object to a variable before exporting as module default
|