Skip to content

Commit eb9a621

Browse files
authored
Merge pull request #53254 from nextcloud/chore/noid/disable-codecove-locally
Codecov: disable telemetry
2 parents 6d8b263 + 1609d35 commit eb9a621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.common.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ const config = {
230230
codecovWebpackPlugin({
231231
enableBundleAnalysis: !isDev && !isTesting,
232232
bundleName: 'nextcloud',
233+
telemetry: false,
233234
}),
234235
],
235236
externals: {

0 commit comments

Comments
 (0)