File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6767 working-directory : ./frontend
6868 run : npm run build
6969 env :
70- UPLOAD_CODECOV_BUNDLE : " true "
70+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7171
7272 - name : Test
7373 working-directory : ./frontend
Original file line number Diff line number Diff line change @@ -71,12 +71,10 @@ export default defineConfig((env) => ({
7171 tanStackRouter ( ) ,
7272
7373 codecovVitePlugin ( {
74- enableBundleAnalysis : process . env . UPLOAD_CODECOV_BUNDLE === "true" ,
74+ enableBundleAnalysis : process . env . CODECOV_TOKEN !== undefined ,
7575 bundleName : "mas-frontend" ,
76+ uploadToken : process . env . CODECOV_TOKEN ,
7677 gitService : "github" ,
77- oidc : {
78- useGitHubOIDC : true ,
79- } ,
8078 } ) ,
8179
8280 // Custom plugin to make sure that each asset has an entry in the manifest
You can’t perform that action at this time.
0 commit comments