ci: move bundle analysis to separate job (#4361)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user