Skip to content

Commit e0bfb73

Browse files
committed
Enable codecov plugin debug mode
1 parent 813efa0 commit e0bfb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export default defineConfig((env) => ({
7171
tanStackRouter(),
7272

7373
codecovVitePlugin({
74+
debug: true,
7475
enableBundleAnalysis: process.env.UPLOAD_CODECOV_BUNDLE === "true",
7576
uploadToken: process.env.CODECOV_TOKEN,
7677
bundleName: "mas-frontend",

0 commit comments

Comments
 (0)