Skip to content

[PB-4750]: Fix Testing pipeline for the main process #328

[PB-4750]: Fix Testing pipeline for the main process

[PB-4750]: Fix Testing pipeline for the main process #328

Triggered via pull request December 16, 2025 15:52
Status Failure
Total duration 3m 20s
Artifacts

test.yml

on: pull_request
πŸ” Lint
50s
πŸ” Lint
πŸ§ͺ Test Main Process
3m 16s
πŸ§ͺ Test Main Process
🎨 Test Renderer Process
1m 31s
🎨 Test Renderer Process
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
πŸ” Lint: src/apps/drive/fuse/callbacks/FuseCallback.ts#L106
Unexpected any. Specify a different type
πŸ” Lint: src/apps/drive/fuse/callbacks/FuseCallback.ts#L34
Unexpected any. Specify a different type
πŸ” Lint: src/apps/drive/fuse/callbacks/CreateCallback.ts#L10
'_mode' is defined but never used
πŸ” Lint: src/apps/drive/fuse/callbacks/ChownCallback.ts#L9
'_gid' is defined but never used
πŸ” Lint: src/apps/drive/fuse/callbacks/ChownCallback.ts#L9
'_uid' is defined but never used
πŸ” Lint: src/apps/drive/fuse/callbacks/ChownCallback.ts#L9
'_path' is defined but never used
πŸ” Lint: src/apps/drive/fuse/AsyncFunctionQueue.ts#L6
Unexpected any. Specify a different type
πŸ” Lint: src/apps/drive/fuse/AsyncFunctionQueue.ts#L4
Unexpected any. Specify a different type
πŸ” Lint: src/apps/drive/__mocks__/ContainerMock.ts#L8
Unexpected any. Specify a different type
πŸ” Lint: src/apps/antivirus/ipc/AntivirusIPCHandler.ts#L73
Unexpected any. Specify a different type
πŸ” Lint: src/apps/drive/__mocks__/ContainerMock.ts#L12
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L238
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L226
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L214
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L202
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L190
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L178
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/diff/DiffFilesCalculatorService.test.ts#L128
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/dependency-injection/virtual-drive/registerFolderServices.ts#L13
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
πŸ” Lint: src/apps/backups/BackupsDanglingFilesService.ts#L26
Unexpected `await` inside a loop