Skip to content

Commit 2bec7da

Browse files
authored
Update vite.config.js
1 parent 12321e4 commit 2bec7da

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

vite.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ export default defineConfig({
55
include: ['app/**/*.test.js'], // Path to test files
66
coverage: {
77
provider: 'v8', // Using v8 coverage provider for modern JavaScript
8-
reporters: ['lcov', 'json', 'html'], // Output coverage formats
8+
reporters: ['lcov'], // Output coverage formats
99
reportDir: 'coverage',
10-
lcov: {
11-
// Specify output path for LCOV file if necessary
12-
outputDir: './coverage/lcov-reports'
13-
}
1410
},
1511
}
1612
});

0 commit comments

Comments
 (0)