-
Notifications
You must be signed in to change notification settings - Fork 0
/
.nycrc
30 lines (30 loc) · 675 Bytes
/
.nycrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"reporter": [
"text-summary",
"html",
"lcov"
],
"all": true,
"include": [
"src/**"
],
"exclude": [
"coverage/**",
"docs/**",
"packages/*/test{,s}/**",
"**/*.d.ts",
"test{,s}/**",
"test{,-*}.{js,cjs,mjs,ts}",
"**/*{.,-}test.{js,cjs,mjs,ts}",
"**/__tests__/**",
"**/{karma,rollup,webpack}.config.js",
"**/{babel.config,.eslintrc,.mocharc}.{js,cjs}",
"lib/browser/**",
"package-scripts.js",
"scripts/**",
"dist/**",
"src/onpage.js",
"src/extern.js",
"src/7_initialization.js"
]
}