Skip to content

Commit b0c63fa

Browse files
committedSep 8, 2017
updated codecov
1 parent 2ccfeef commit b0c63fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:js": "mocha --compilers js:babel-core/register --colors -R spec --recursive ./test/js",
2222
"test:ts": "mocha -r ts-node/register --colors --recursive ./test/ts/**/*.spec.ts",
2323
"test": "npm run test:js && npm run test:ts",
24-
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -R spec --recursive ./test/js -- --compilers js:babel-core/register && codecov",
24+
"coverage": "./node_modules/.bin/istanbul cover --include-all-sources --root ./lib/js ./node_modules/.bin/_mocha -R spec.js --recursive ./test/js -- --compilers js:babel-core/register && codecov",
2525
"serve": "http-server html",
2626
"go": "npm run clean && npm run test && npm run build && npm run coverage"
2727
},

0 commit comments

Comments
 (0)
Please sign in to comment.