ci: move bundle analysis to separate job (#4361)

This commit is contained in:
ReenigneArcher 2025-10-25 21:15:23 -04:00 committed by GitHub
commit a7f03c25fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 36 additions and 5 deletions

View file

@ -55,9 +55,10 @@ export default defineConfig({
ViteEjsPlugin({ header }),
// The Codecov vite plugin should be after all other plugins
codecovVitePlugin({
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
enableBundleAnalysis: true,
bundleName: "sunshine",
uploadToken: process.env.CODECOV_TOKEN,
gitService: "github",
}),
],
root: resolve(assetsSrcPath),