Skip to content

Commit 8b2c2e7

Browse files
committed
Fix- Finish process before opening codecov
1 parent 0e17942 commit 8b2c2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://bool.js.org/developers/pandres95"
1111
},
1212
"scripts": {
13-
"coverage": "nyc --reporter=lcov --reporter=text-lcov npm run unit | codecov",
13+
"coverage": "nyc --reporter=lcov npm run unit -- -R dot && codecov",
1414
"lint": "eslint **/*.js",
1515
"unit": "cross-env NODE_ENV=test mocha --exit --timeout 5000 --recursive test",
1616
"test": "npm run lint && npm run unit && npm run coverage",

0 commit comments

Comments
 (0)