feat: add story viewer #4849
ci.yml
on: pull_request
π Lint project
27s
πͺ Type check
56s
π§ͺ Unit tests
57s
π§ͺ Component tests
1m 42s
π₯οΈ Browser tests
2m 46s
π§Ή Unused code check
1m 55s
π i18n validation
34s
Matrix: βΏ Accessibility audit
Annotations
10 errors and 1 warning
|
πͺ Type check
Process completed with exit code 2.
|
|
πͺ Type check:
app/pages/package-stories/[...path].vue#L176
Argument of type '{ name: "stories"; params: { path: [...string[], string, string]; }; query: { storyid: string; }; }' is not assignable to parameter of type 'RouteLocationRaw | null | undefined'.
|
|
πͺ Type check:
app/pages/package-stories/[...path].vue#L163
Argument of type '{ name: "stories"; params: { path: [...string[], string, string]; }; query: { storyid: string | undefined; }; }' is not assignable to parameter of type 'RouteLocationRaw | null | undefined'.
|
|
πͺ Type check:
app/pages/package-stories/[...path].vue#L112
Argument of type '{ name: "stories"; params: { path: [...string[], string, string]; }; query: { storyid: string; }; }' is not assignable to parameter of type 'RouteLocationRaw | null | undefined'.
|
|
πͺ Type check:
app/components/Storybook/FileTree.vue#L81
Property 'query' does not exist on type 'RouteLocationRaw'.
|
|
πͺ Type check:
app/components/Storybook/FileTree.vue#L70
'autoExpandAncestors' is declared but its value is never read.
|
|
πͺ Type check:
app/components/Storybook/FileTree.vue#L47
Type '{ name: "stories"; params: { path: string[]; }; }' is not assignable to type 'RouteLocationRaw'.
|
|
πͺ Type check:
app/components/Storybook/FileTree.vue#L40
Type '{ name: "stories"; params: { path: string[]; }; query: { storyid: string | undefined; }; }' is not assignable to type 'RouteLocationRaw'.
|
|
πͺ Type check:
app/components/Storybook/FileTree.vue#L30
Type '{ name: "stories"; params: { path: string[]; }; query: { storyid: string | undefined; }; }' is not assignable to type 'RouteLocationRaw'.
|
|
π§ͺ Unit 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
|