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: {
|
coverage: {
|
||||||
provider: 'v8',
|
provider: 'v8',
|
||||||
reporter: ['text', 'json', 'html', 'lcov'],
|
reporter: ['text', 'json', 'html', 'lcov'],
|
||||||
|
all: true,
|
||||||
include: [
|
include: [
|
||||||
'app/utils/**/*.{ts,js}',
|
'app/**/*.{ts,js,vue}',
|
||||||
'app/components/**/*.vue',
|
|
||||||
'app/composables/**/*.{ts,js}',
|
|
||||||
'app/hooks/**/*.{ts,js}',
|
|
||||||
'app/store/**/*.{ts,js}',
|
|
||||||
],
|
],
|
||||||
exclude: [
|
exclude: [
|
||||||
'app/graphql/generated.ts', // GraphQL generated code
|
'app/graphql/generated.ts', // GraphQL generated code
|
||||||
|
|||||||
Reference in New Issue
Block a user