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({
4444 codecovRollupPlugin ({
4545 enableBundleAnalysis: true ,
4646 bundleName: " example-rollup-bundle" ,
47- globalUploadToken : process .env .CODECOV_TOKEN ,
47+ uploadToken : process .env .CODECOV_TOKEN ,
4848 }),
4949 ],
5050});
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
4444 codecovVitePlugin ({
4545 enableBundleAnalysis: true ,
4646 bundleName: " example-vite-bundle" ,
47- globalUploadToken : process .env .CODECOV_TOKEN ,
47+ uploadToken : process .env .CODECOV_TOKEN ,
4848 }),
4949 ],
5050});
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ module.exports = {
5050 codecovWebpackPlugin ({
5151 enableBundleAnalysis: true ,
5252 bundleName: " example-webpack-bundle" ,
53- globalUploadToken : process .env .CODECOV_TOKEN ,
53+ uploadToken : process .env .CODECOV_TOKEN ,
5454 }),
5555 ],
5656};
You can’t perform that action at this time.
0 commit comments