We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lcovonly
test-ci
1 parent d0bf2be commit d127b9cCopy full SHA for d127b9c
package.json
@@ -44,7 +44,8 @@
44
"scripts": {
45
"lint": "eslint .",
46
"test": "mocha --reporter spec --check-leaks test/",
47
- "test-ci": "nyc --reporter=lcov --reporter=text npm test",
+ "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
48
+
49
"test-cov": "nyc --reporter=html --reporter=text npm test"
50
}
51
0 commit comments