We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a28b5c commit efdd8cbCopy full SHA for efdd8cb
1 file changed
package.json
@@ -49,7 +49,7 @@
49
"format:fix": "prettier --write .",
50
"test": "mocha --paths",
51
"test:addon": "node bin/cli/prebuild.js --environment=test --target=firefox-mv3 && webpack --config bin/webpack.prod.js && npx addons-linter ./dist",
52
- "test:coverage": "nyc --reporter=lcov --reporter=html --reporter=text npm run test",
+ "test:coverage": "c8 --reporter=lcov --reporter=html --reporter=text --reports-dir=test/coverage --exclude='src/script/vendor/**' --exclude='test/**' npm run test",
53
"test:debug": "node --inspect-brk node_modules/mocha/bin/_mocha --paths --reporter tap",
54
"test:full": "npm run lint && npm run format && npm run type-check && npm run test:addon && npm run test:coverage",
55
"type-check": "tsc --noEmit",
0 commit comments