Skip to content

Commit 2225bbd

Browse files
committed
collect code coverage for more files in src/
1 parent a7e5f07 commit 2225bbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dev/jest/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default {
3939
'<rootDir>/src/dev/code_coverage/ingest_coverage',
4040
],
4141
collectCoverageFrom: [
42+
'src/{cli,cli_keystore,cli_plugin,core}/**/*.{ts,tsx}',
43+
'!src/{cli,cli_keystore,cli_plugin,core}/**/{test_helpers,__snapshots__,mocks,tests}/**/*',
44+
'!src/{cli,cli_keystore,cli_plugin,core}/**/*.{test, mock}.ts',
4245
'src/plugins/**/*.{ts,tsx}',
4346
'!src/plugins/**/{__test__,__snapshots__,__examples__,mocks,tests}/**/*',
4447
'!src/plugins/**/*.d.ts',

0 commit comments

Comments
 (0)