Skip to content

Commit de901ab

Browse files
committed
codecov
1 parent f0253a7 commit de901ab

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
@@ -23,7 +23,7 @@
2323
"test:js": "mocha --compilers js:babel-core/register --colors -R spec --recursive ./test/js",
2424
"test:ts": "mocha -r ts-node/register --colors --recursive ./test/ts/**/*.spec.ts",
2525
"test": "npm run test:js && npm run test:ts",
26-
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -R spec --recursive ./test/js/**/*.spec.ts -- --compilers js:babel-core/register && codecov",
26+
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -R spec --recursive ./test/js -- --compilers js:babel-core/register && codecov",
2727
"go": "npm run clean && npm run test && npm run build",
2828
"serve": "http-serve html"
2929
},

0 commit comments

Comments
 (0)