Skip to content

Commit

Permalink
fix: include all src for code coverage (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahammond authored Oct 23, 2021
1 parent bbcb142 commit 1d3f23e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ const project = new AwsCdkTypeScriptApp({
'jsii-release',
'prettier',
],

jestOptions: {
jestConfig: {
collectCoverageFrom: ['src/**/*.ts'],
},
},
});

// include prettier
Expand Down
3 changes: 3 additions & 0 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d3f23e

Please # to comment.