Skip to content

Commit 2c7b0ca

Browse files
author
Antonio Pintus
committed
fix(CI): continuous integration and code coverage reporting fixed
1 parent 1aba738 commit 2c7b0ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"check-coverage": "./node_modules/.bin/nyc check-coverage --statements 90 --branches 50 --functions 100 --lines 90",
1111
"precommit": "npm run cover && npm run check-coverage",
1212
"commit": "./node_modules/.bin/git-cz",
13-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
13+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
14+
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
1415
},
1516
"author": "Antonio Pintus",
1617
"license": "MIT",

0 commit comments

Comments
 (0)