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
parent c2fb5438af
commit a7f03c25fd
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),