-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1 KB
/
package.json
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
{
"name": "rapid-coverage",
"version": "0.1.0",
"master": "master.js",
"args": {
"--cov": {
"desc": "show code coverage",
"commands": ["start", "restart", "test"]
},
"--cov_all": {
"desc": "show code coverage (including code in node_modules).\n\t\tAssign a value to specify how many node_modules could a module path contain",
"commands": ["start", "restart", "test"],
"bind_env": "cov_all"
}
},
"actions": {
"started": {
"restart to disable coverage": "/restart/without-rapid-coverage"
},
"stopped": {
"restart to enable coverage": "/restart/with-rapid-coverage"
}
},
"links": {
"view coverage info": {
"path": "/report.html"
}
},
"disable": "rapid-cluster",
"priority": 100,
"repository": "https://github.com/Clouda-team/rapid-coverage.git",
"author": "kyriosli"
}