Skip to content

Feat/testcoverage

Feat/testcoverage #816

Triggered via pull request August 26, 2026 15:14
Status Startup failure
Total duration
Artifacts 1

CI.yaml

on: pull_request
Format Check
22s
Format Check
Clippy Lint
28s
Clippy Lint
Test Suite
35s
Test Suite
Build Check
25s
Build Check
Build WASM
18s
Build WASM
WASM Size Delta
23s
WASM Size Delta
Backend (NestJS)
39s
Backend (NestJS)
Frontend (Next.js)
55s
Frontend (Next.js)
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 18 warnings
Error
An unexpected error has occurred and we've been automatically notified. Errors are sometimes temporary, so please try again. If the problem persists, please check whether the Actions service is operating normally at https://githubstatus.com. If not, please try again once the outage has been resolved. Should you need to contact Support, please visit https://support.github.com/contact and include request ID: E499:3061EA:27E71A4:20EA011:6A8F02DA
Backend (NestJS): backend/src/search/search.service.ts#L58
'_limit' is defined but never used
Backend (NestJS): backend/src/search/search.service.ts#L57
'_query' is defined but never used
Backend (NestJS): backend/src/search/search.service.ts#L51
'_limit' is defined but never used
Backend (NestJS): backend/src/search/search.service.ts#L50
'_query' is defined but never used
Backend (NestJS): backend/src/reservations/reservations.service.ts#L12
'User' is defined but never used
Backend (NestJS): backend/src/purchase-orders/purchase-orders.service.spec.ts#L169
'result' is assigned a value but never used
Backend (NestJS): backend/src/purchase-orders/purchase-orders.service.spec.ts#L129
'result' is assigned a value but never used
Backend (NestJS): backend/src/purchase-orders/purchase-orders.service.spec.ts#L92
'result' is assigned a value but never used
Backend (NestJS): backend/src/depreciation/depreciation.controller.ts#L1
'Query' is defined but never used
Backend (NestJS): backend/src/database/seed.ts#L19
A `require()` style import is forbidden
Frontend (Next.js)
Process completed with exit code 1.
Build WASM
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Format Check
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
WASM Size Delta
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test Suite
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Backend (NestJS)
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/
Frontend (Next.js)
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/
Frontend (Next.js): frontend/hooks/useWebSocket.ts#L85
React Hook useCallback has an unnecessary dependency: 'options.userId'. Either exclude it or remove the dependency array
Frontend (Next.js): frontend/components/ui/command-palette.tsx#L92
The 'results' array makes the dependencies of useCallback Hook (at line 125) change on every render. To fix this, wrap the initialization of 'results' in its own useMemo() Hook
Frontend (Next.js): frontend/components/ui/avatar.tsx#L6
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/components/qr-scanner.tsx#L62
React Hook useEffect has a missing dependency: 'scanning'. Either include it or remove the dependency array
Frontend (Next.js): frontend/components/assets/photo-gallery.tsx#L82
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/components/assets/photo-gallery.tsx#L60
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/app/scan/[assetId]/page.tsx#L73
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/app/(dashboard)/my-assets/page.tsx#L66
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/app/(dashboard)/assets/page.tsx#L189
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Frontend (Next.js): frontend/app/(dashboard)/assets/[id]/page.tsx#L532
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element

Artifacts

Produced during runtime
Name Size Digest
contract-wasm
88.6 KB
sha256:7a07836e4f28901a22d7584e6e35db901d4f8d3eacbfd1bd15a743bcb05d909a