use lcov for coverage reporting
This commit is contained in:
parent
341a5cce61
commit
c50d3889e2
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"reporter": "html",
|
||||
"reporter": "lcov",
|
||||
"all": true,
|
||||
"extension": "mjs",
|
||||
"exclude": ["node_modules/*", "tests"]
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"tips": "node ../../scripts/help.mjs",
|
||||
"lint": "npx eslint 'src/*.mjs' 'tests/*.mjs'",
|
||||
"report": "c8 report",
|
||||
"testci": "mocha tests/*.test.mjs",
|
||||
"testci": "c8 mocha tests/*.test.mjs",
|
||||
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
|
||||
"jsdoc": "jsdoc -c jsdoc.json -r src",
|
||||
"cibuild_step0": "node build.mjs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue