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 1aba738 commit 2c7b0caCopy full SHA for 2c7b0ca
package.json
@@ -10,7 +10,8 @@
10
"check-coverage": "./node_modules/.bin/nyc check-coverage --statements 90 --branches 50 --functions 100 --lines 90",
11
"precommit": "npm run cover && npm run check-coverage",
12
"commit": "./node_modules/.bin/git-cz",
13
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post",
14
+ "report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
15
},
16
"author": "Antonio Pintus",
17
"license": "MIT",
0 commit comments