Skip to content

Commit 52d683b

Browse files
committed
only test coverage for the files that are tests, for now
1 parent b48efe8 commit 52d683b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
provider: 'istanbul',
99
reporter: ['lcov', 'json', 'json-summary', 'text'],
1010
reportsDirectory: './coverage',
11-
include: ['lib/**/*.js'],
11+
include: ['lib/*-utils.js'],
1212
exclude: ['test/**', 'node_modules/**', 'cypress/**'],
1313
thresholds: {
1414
lines: 80

0 commit comments

Comments
 (0)