Skip to content

Commit 06c781f

Browse files
authored
chore: ignore lib/ directories in .nycrc (#391)
This might help resolve flaky CI coverage by avoiding coverage for already-transpiled files.
1 parent 3927161 commit 06c781f

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
@@ -5,6 +5,7 @@
55
"config",
66
"**/*.d.ts",
77
"**/*.spec.{ts,js,tsx,jsx,cjs,mjs}",
8-
"**/*.config.{ts,js,tsx,jsx,cjs,mjs}"
8+
"**/*.config.{ts,js,tsx,jsx,cjs,mjs}",
9+
"**/lib/*.js"
910
]
1011
}

0 commit comments

Comments
 (0)