fix: settings toggle should use input #4961
ci.yml
on: pull_request
π Lint project
29s
πͺ Type check
1m 0s
π§ͺ Unit tests
58s
π§ͺ Component tests
1m 35s
π₯οΈ Browser tests
3m 5s
π§Ή Unused code check
1m 15s
π i18n validation
24s
Matrix: βΏ Accessibility audit
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
|