Skip to content

Commit

Permalink
Only collect coverage information from tools/src.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed Jun 10, 2024
1 parent 362c90c commit 1da229c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleDirectories: ['node_modules', './tools/src']
moduleDirectories: ['node_modules', './tools/src'],
collectCoverageFrom: ['tools/src/**']
}

0 comments on commit 1da229c

Please sign in to comment.