mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
ci: tweak Codecov webpack plugin config
Signed-off-by: Spencer Murray <spencer.murray@sentry.io>
This commit is contained in:
parent
41764b9c09
commit
cb4e76060d
1 changed files with 4 additions and 5 deletions
|
|
@ -226,11 +226,10 @@ const config = {
|
|||
resourceRegExp: /^\.\/locale$/,
|
||||
contextRegExp: /moment\/min$/,
|
||||
}),
|
||||
codecovWebpackPlugin({
|
||||
enableBundleAnalysis: process.env.CODECOV_TOKEN !== undefined,
|
||||
bundleName: 'nextcloud',
|
||||
uploadToken: process.env.CODECOV_TOKEN
|
||||
})
|
||||
codecovWebpackPlugin({
|
||||
enableBundleAnalysis: !isDev,
|
||||
bundleName: 'nextcloud',
|
||||
}),
|
||||
],
|
||||
externals: {
|
||||
OC: 'OC',
|
||||
|
|
|
|||
Loading…
Reference in a new issue