Skip to content

fix: settings toggle should use input #4961

fix: settings toggle should use input

fix: settings toggle should use input #4961

Triggered via pull request February 10, 2026 23:29
Status Failure
Total duration 3m 15s
Artifacts

ci.yml

on: pull_request
πŸ”  Lint project
29s
πŸ”  Lint project
πŸ’ͺ Type check
1m 0s
πŸ’ͺ Type check
πŸ§ͺ Unit tests
58s
πŸ§ͺ Unit tests
πŸ§ͺ Component tests
1m 35s
πŸ§ͺ Component tests
πŸ–₯️ Browser tests
3m 5s
πŸ–₯️ Browser tests
🧹 Unused code check
1m 15s
🧹 Unused code check
🌐 i18n validation
24s
🌐 i18n validation
Matrix: β™Ώ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
πŸ’ͺ Type check
Process completed with exit code 2.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2541
Type '{ label: string; description: string; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly label: string; readonly description?: string | undefined; readonly class?: string | undefined; readonly modelValue: boolean; readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & AllowedC...'.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2401
Type '{ label: string; description: string; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly label: string; readonly description?: string | undefined; readonly class?: string | undefined; readonly modelValue: boolean; readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & AllowedC...'.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2393
Type '{ label: string; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly label: string; readonly description?: string | undefined; readonly class?: string | undefined; readonly modelValue: boolean; readonly "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; } & AllowedC...'.
πŸ§ͺ Component tests
Process completed with exit code 1.
πŸ§ͺ Unit tests
This action is being deprecated in favor of 'codecov-action'. Please update CI accordingly to use 'codecov-action@v5' with 'report_type: test_results'. The 'codecov-action' should and can be run at least once for coverage and once for test results