Skip to content

Commit 5262274

Browse files
committed
remove deprecated codevov
1 parent f3a1749 commit 5262274

File tree

2 files changed

+5
-220
lines changed

2 files changed

+5
-220
lines changed

package-lock.json

Lines changed: 3 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"scripts": {
1313
"build": "echo nothing to build",
14-
"coverage": "nyc --reporter=lcov mocha test",
14+
"coverage": "nyc --reporter=text mocha test",
1515
"jsdoc": "jsdoc -c jsdoc.json -r",
1616
"postversion": "git push --follow-tags",
1717
"preversion": "mocha test --recursive --timeout 20000",
1818
"prepublishOnly": "npm test",
1919
"standard": "standard",
20-
"test": "nyc mocha test --recursive --timeout 20000 && echo 'to view coverage: open coverage/index.html'"
20+
"test": "nyc mocha test --recursive --timeout 20000 && echo 'to view coverage: npm run coverage'"
2121
},
2222
"repository": {
2323
"type": "git",
@@ -58,7 +58,6 @@
5858
"devDependencies": {
5959
"chai": "^4.5.0",
6060
"chai-as-promised": "^7.1.2",
61-
"codecov": "^3.8.3",
6261
"dirty-chai": "^2.0.1",
6362
"mocha": "^11.7.5",
6463
"node-mocks-http": "^1.17.2",

0 commit comments

Comments
 (0)