Skip to content

Commit b04389d

Browse files
committed
Review coverage and exclude test code only
1 parent 9e71411 commit b04389d

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

vitest.config.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,22 @@ export default defineConfig({
1414
enabled: true,
1515
exclude: [
1616
'**/build/**',
17-
'**/__fixtures__/**',
18-
'**/__mocks__/**',
19-
'**/*.test.ts',
17+
'__mocks__/**',
18+
'docs',
19+
'playgrounds',
2020
'lib',
21+
'test',
2122
'test-types',
2223
'.eslintrc.cjs',
23-
'jasmine.d.ts',
24-
'jest.d.ts',
25-
'types',
2624
'eslint.config.mjs',
2725
'vitest.config.ts',
2826
'types-checks-filter-out-node_modules.js',
2927
],
3028
thresholds: {
31-
lines: 88.2,
32-
functions: 86.9,
33-
statements: 88.1,
34-
branches: 79.6,
29+
lines: 88.4,
30+
functions: 86.7,
31+
statements: 88.3,
32+
branches: 80.8,
3533
}
3634
}
3735
}

0 commit comments

Comments
 (0)