File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
44
44
codecovRollupPlugin ({
45
45
enableBundleAnalysis: true ,
46
46
bundleName: " example-rollup-bundle" ,
47
- globalUploadToken : process .env .CODECOV_TOKEN ,
47
+ uploadToken : process .env .CODECOV_TOKEN ,
48
48
}),
49
49
],
50
50
});
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
44
44
codecovVitePlugin ({
45
45
enableBundleAnalysis: true ,
46
46
bundleName: " example-vite-bundle" ,
47
- globalUploadToken : process .env .CODECOV_TOKEN ,
47
+ uploadToken : process .env .CODECOV_TOKEN ,
48
48
}),
49
49
],
50
50
});
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ module.exports = {
50
50
codecovWebpackPlugin ({
51
51
enableBundleAnalysis: true ,
52
52
bundleName: " example-webpack-bundle" ,
53
- globalUploadToken : process .env .CODECOV_TOKEN ,
53
+ uploadToken : process .env .CODECOV_TOKEN ,
54
54
}),
55
55
],
56
56
};
You can’t perform that action at this time.
0 commit comments