Skip to content

fix: fix og image generation errors #7474

fix: fix og image generation errors

fix: fix og image generation errors #7474

Triggered via pull request March 7, 2026 22:04
Status Failure
Total duration 1m 51s
Artifacts

ci.yml

on: pull_request
πŸ”  Lint project
29s
πŸ”  Lint project
πŸ’ͺ Type check
1m 4s
πŸ’ͺ Type check
πŸ§ͺ Unit tests
49s
πŸ§ͺ Unit tests
πŸ§ͺ Component tests
1m 45s
πŸ§ͺ Component tests
πŸ–₯️ Browser tests
1m 47s
πŸ–₯️ Browser tests
🧹 Unused code check
49s
🧹 Unused code check
🌐 i18n validation
22s
🌐 i18n validation
Matrix: β™Ώ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
πŸ’ͺ Type check
Process completed with exit code 2.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2301
Property 'origAvatar' is missing in type '{ name: string; blueskyHandle: "danielroe.dev"; avatar: null; profileUrl: string; }' but required in type '{ name: string; blueskyHandle?: AtIdentifierString | undefined; avatar: string | null; origAvatar: string | null; profileUrl: string | null; }'.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2226
Property 'origAvatar' is missing in type '{ name: string; avatar: null; profileUrl: null; }' but required in type '{ name: string; blueskyHandle?: AtIdentifierString | undefined; avatar: string | null; origAvatar: string | null; profileUrl: string | null; }'.
πŸ’ͺ Type check: test/nuxt/a11y.spec.ts#L2220
Property 'origAvatar' is missing in type '{ name: string; blueskyHandle: "danielroe.dev"; avatar: null; profileUrl: string; }' but required in type '{ name: string; blueskyHandle?: AtIdentifierString | undefined; avatar: string | null; origAvatar: string | null; profileUrl: string | null; }'.
πŸ’ͺ Type check: app/composables/useBlueskyAuthorProfiles.ts#L31
Type '{ avatar: null; profileUrl: string | null; name: string; blueskyHandle?: AtIdentifierString | undefined; }[]' is not assignable to type '{ name: string; blueskyHandle?: AtIdentifierString | undefined; avatar: string | null; origAvatar: string | null; profileUrl: string | null; }[]'.
πŸ’ͺ Type check: app/composables/useBlueskyAuthorProfiles.ts#L21
No overload matches this call.
β™Ώ Accessibility audit (light)
Process completed with exit code 1.
β™Ώ Accessibility audit (dark)
Process completed with exit code 1.
πŸ–₯️ Browser 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