fix: fix og image generation errors #7474
ci.yml
on: pull_request
π Lint project
29s
πͺ Type check
1m 4s
π§ͺ Unit tests
49s
π§ͺ Component tests
1m 45s
π₯οΈ Browser tests
1m 47s
π§Ή Unused code check
49s
π i18n validation
22s
Matrix: βΏ Accessibility audit
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
|