1
0
Fork 0

use lcov for coverage reporting

This commit is contained in:
Enoch Riese 2022-11-16 09:59:51 -06:00
parent 341a5cce61
commit c50d3889e2
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{
"reporter": "html",
"reporter": "lcov",
"all": true,
"extension": "mjs",
"exclude": ["node_modules/*", "tests"]
}

View file

@ -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",