Skip to content

Commit 9801113

Browse files
committed
generate code coverage report only for src folder
1 parent 71b2988 commit 9801113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = env => {
3737
{
3838
test: ((env.production) /* disable this loader for production builds */
3939
? /^$/
40-
: /^(.(?!\.test))*\.ts$/),
40+
: /^.*(src).*\.ts$/),
4141
loader: "istanbul-instrumenter-loader",
4242
query: {
4343
embedSource: true

0 commit comments

Comments
 (0)