File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 21
21
"test:js" : " mocha --compilers js:babel-core/register --colors -R spec --recursive ./test/js" ,
22
22
"test:ts" : " mocha -r ts-node/register --colors --recursive ./test/ts/**/*.spec.ts" ,
23
23
"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" ,
25
25
"serve" : " http-server html" ,
26
26
"go" : " npm run clean && npm run test && npm run build && npm run coverage"
27
27
},
You can’t perform that action at this time.
0 commit comments