Skip to content

Commit 01c9104

Browse files
committed
chore: Ignore dist (webpack default output) when checking code coverage
1 parent 6aad0ef commit 01c9104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.nycrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"**/test/**/*.{ts,js,tsx,jsx,cjs,mjs}",
99
"**/tmp/**/*.{ts,js,tsx,jsx,cjs,mjs}",
1010
"**/*.config.{ts,js,tsx,jsx,cjs,mjs}",
11-
"**/lib/*.js"
11+
"**/lib/*.js",
12+
"**/dist/**/*.js"
1213
]
1314
}

0 commit comments

Comments
 (0)