Skip to content

feat: add story viewer #5455

feat: add story viewer

feat: add story viewer #5455

Triggered via pull request February 14, 2026 01:59
Status Failure
Total duration 3m 20s
Artifacts

ci.yml

on: pull_request
πŸ”  Lint project
27s
πŸ”  Lint project
πŸ’ͺ Type check
1m 2s
πŸ’ͺ Type check
πŸ§ͺ Unit tests
59s
πŸ§ͺ Unit tests
πŸ§ͺ Component tests
1m 44s
πŸ§ͺ Component tests
πŸ–₯️ Browser tests
3m 13s
πŸ–₯️ Browser tests
🧹 Unused code check
46s
🧹 Unused code check
🌐 i18n validation
27s
🌐 i18n validation
Matrix: β™Ώ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
πŸ§ͺ Unit tests
Process completed with exit code 1.
πŸ’ͺ 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
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