Skip to content

Commit dac24b6

Browse files
committed
MONGOSH-269 - Add nyc for test coverage
1 parent c46928d commit dac24b6

File tree

11 files changed

+897
-53
lines changed

11 files changed

+897
-53
lines changed

.nycrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"exclude": [
3+
"test",
4+
"testing",
5+
"config",
6+
"**/*.d.ts",
7+
"**/*.spec.{ts,js,tsx,jsx,cjs,mjs}",
8+
"**/*.config.{ts,js,tsx,jsx,cjs,mjs}"
9+
]
10+
}

0 commit comments

Comments
 (0)