1
0
Fork 0

Merge pull request #3080 from eriese/eriese-fix-tests

[Fix] Codecov report uploads
This commit is contained in:
Joost De Cock 2022-11-22 15:26:49 +01:00 committed by GitHub
commit a7f38491d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 90 additions and 107 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",