Fix coverage config to include assets/app.js
- Change vitest coverage include from assets/modules/**/*.js to assets/**/*.js Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export default defineConfig({
|
|||||||
include: ['tests/js/**/*.test.js'],
|
include: ['tests/js/**/*.test.js'],
|
||||||
coverage: {
|
coverage: {
|
||||||
provider: 'v8',
|
provider: 'v8',
|
||||||
include: ['assets/modules/**/*.js'],
|
include: ['assets/**/*.js'],
|
||||||
reporter: ['text', 'lcov'],
|
reporter: ['text', 'lcov'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user