-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.nycrc.json
More file actions
34 lines (34 loc) · 713 Bytes
/
.nycrc.json
File metadata and controls
34 lines (34 loc) · 713 Bytes
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
31
32
33
34
{
"check-coverage": true,
"all": true,
"exclude": [
"**/*.spec.*",
"**/*.d.ts",
"**/*.config.*",
"**/.*.*",
"**/debug.js",
"**/dialog.js",
"**/fixture.js",
"**/choose.js",
"**/help.js",
"**/master.js",
"**/slave.js",
"**/run.js",
"**/spinner.js",
"**/menu.js",
"**/convert/index.js",
"**/rename/index.js",
"**/version.js",
"**/bundle/bundle.js",
"**/fixture",
"**/coverage",
"**/bin",
"**/lint",
"**/example",
"test"
],
"branches": 100,
"lines": 100,
"functions": 100,
"statements": 100
}