Merge branch 'ci-coverage-include-all-files' into 'main'
ci(coverage): include all files in coverage reports See merge request unboundsoftware/schemas-app!7
This commit was merged in pull request #8.
This commit is contained in:
+2
-5
@@ -15,12 +15,9 @@ export default defineConfig({
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
reporter: ['text', 'json', 'html', 'lcov'],
|
||||
all: true,
|
||||
include: [
|
||||
'app/utils/**/*.{ts,js}',
|
||||
'app/components/**/*.vue',
|
||||
'app/composables/**/*.{ts,js}',
|
||||
'app/hooks/**/*.{ts,js}',
|
||||
'app/store/**/*.{ts,js}',
|
||||
'app/**/*.{ts,js,vue}',
|
||||
],
|
||||
exclude: [
|
||||
'app/graphql/generated.ts', // GraphQL generated code
|
||||
|
||||
Reference in New Issue
Block a user