Skip to content

Commit cc32c45

Browse files
committed
ignore index.ts coverage stats
1 parent 904daac commit cc32c45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
],
5959
"coveragePathIgnorePatterns": [
6060
"/node_modules/",
61-
"/test/"
61+
"/test/",
62+
"/index.ts"
6263
],
6364
"coverageThreshold": {
6465
"global": {

0 commit comments

Comments
 (0)