feat: improve readme loading and error handling #5040
ci.yml
on: pull_request
π Lint project
27s
πͺ Type check
1m 0s
π§ͺ Unit tests
57s
π§ͺ Component tests
1m 33s
π₯οΈ Browser tests
3m 3s
π§Ή Unused code check
45s
π i18n validation
22s
Matrix: βΏ Accessibility audit
Annotations
7 errors and 1 warning
|
π§ͺ Unit tests
Process completed with exit code 1.
|
|
πͺ Type check
Process completed with exit code 2.
|
|
πͺ Type check:
test/nuxt/a11y.spec.ts#L708
Type '{ links: never[]; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly packageName: string; readonly requestedVersion: string | null; } & AllowedComponentProps & ComponentCustomProps'.
|
|
πͺ Type check:
test/nuxt/a11y.spec.ts#L700
Type '{ links: { provider: string; providerName: string; label: string; url: string; }[]; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly packageName: string; readonly requestedVersion: string | null; } & AllowedComponentProps & ComponentCustomProps'.
|
|
πͺ Type check:
test/nuxt/a11y.spec.ts#L678
Type '{ links: { provider: string; providerName: string; label: string; url: string; }[]; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & { readonly packageName: string; readonly requestedVersion: string | null; } & AllowedComponentProps & ComponentCustomProps'.
|
|
πͺ Type check:
app/components/Package/Readme.vue#L11
'error' is declared but its value is never read.
|
|
π§ͺ 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
|