diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f21512cb62..b26e2a37b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,14 +111,14 @@ jobs: run: pnpm vp test --project nuxt --coverage --reporter=default --reporter=junit --outputFile=test-report.junit.xml - name: ⬆︎ Upload coverage reports to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 with: report_type: test_results env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - name: ⬆︎ Upload coverage reports to Codecov - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5 + uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/.storybook/main.ts b/.storybook/main.ts index 14b9305e21..1dd56a7a34 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -9,7 +9,7 @@ const config = { 'storybook-i18n', ], framework: '@storybook-vue/nuxt', - staticDirs: ['./.public'], + staticDirs: ['./.public', { from: '../public', to: '/' }], features: { backgrounds: false, }, diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 49c5636054..f644bb7435 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,4 +1,61 @@