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.
1 parent 0e17942 commit 8b2c2e7Copy full SHA for 8b2c2e7
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"url": "https://bool.js.org/developers/pandres95"
11
},
12
"scripts": {
13
- "coverage": "nyc --reporter=lcov --reporter=text-lcov npm run unit | codecov",
+ "coverage": "nyc --reporter=lcov npm run unit -- -R dot && codecov",
14
"lint": "eslint **/*.js",
15
"unit": "cross-env NODE_ENV=test mocha --exit --timeout 5000 --recursive test",
16
"test": "npm run lint && npm run unit && npm run coverage",
0 commit comments