We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c7556 commit ebc21c4Copy full SHA for ebc21c4
1 file changed
package.json
@@ -14,8 +14,7 @@
14
"cover-v4": "npm run prepare-test-v4 && nyc --exclude lib/models/v3/**/*.js mocha",
15
"exec-tests": "mocha test/specs/",
16
"test": "npm run test-v4 && npm run test-v3",
17
- "clean": "rimraf .nyc_output && rimraf coverage && npm install",
18
- "cover": "npm run clean && npm run cover-v4 && npm run clean && npm run cover-v3",
+ "cover": "npm run cover-v4 && npm run cover-v3",
19
"lint": "tslint ."
20
},
21
"repository": {
@@ -97,6 +96,7 @@
97
96
],
98
"reporter": [
99
"lcov",
+ "text",
100
"text-summary"
101
102
"cache": false,
0 commit comments