mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
build: disable codecov telemetry
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
f4cb78b905
commit
1609d350a7
1 changed files with 1 additions and 0 deletions
|
|
@ -230,6 +230,7 @@ const config = {
|
|||
codecovWebpackPlugin({
|
||||
enableBundleAnalysis: !isDev && !isTesting,
|
||||
bundleName: 'nextcloud',
|
||||
telemetry: false,
|
||||
}),
|
||||
],
|
||||
externals: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue