Skip to content

feat: add story viewer #4832

feat: add story viewer

feat: add story viewer #4832

Triggered via pull request February 10, 2026 10:18
Status Failure
Total duration 2m 56s
Artifacts

ci.yml

on: pull_request
πŸ”  Lint project
29s
πŸ”  Lint project
πŸ’ͺ Type check
1m 15s
πŸ’ͺ Type check
πŸ§ͺ Unit tests
52s
πŸ§ͺ Unit tests
πŸ§ͺ Component tests
1m 42s
πŸ§ͺ Component tests
πŸ–₯️ Browser tests
2m 48s
πŸ–₯️ Browser tests
🧹 Unused code check
46s
🧹 Unused code check
🌐 i18n validation
23s
🌐 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