ci: move bundle analysis to separate job (#4361)
This commit is contained in:
parent
c2fb5438af
commit
a7f03c25fd
4 changed files with 36 additions and 5 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue