Skip to content

Commit b5be43d

Browse files
committed
Report coverage for all files with c8
1 parent 6aa9d88 commit b5be43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"publish": "lerna publish",
2727
"publish:ci": "yarn run publish --canary --exact --force-publish '*' --no-verify-access --yes minor",
2828
"start": "yarn run web:server",
29-
"test": "cross-env BABEL_ENV=test c8 -r html -r text mocha packages/**/*.test.ts",
29+
"test": "cross-env BABEL_ENV=test c8 -a -r html -r text mocha packages/**/*.test.ts",
3030
"test:watch": "cross-env BABEL_ENV=test mocha -p -w packages/**/*.test.ts",
3131
"validate": "cross-env BABEL_ENV=test mocha test/**/*.test.ts",
3232
"web:build": "webpack --config=web/webpack.config.js --mode development",

0 commit comments

Comments
 (0)