Skip to content

Commit

Permalink
coverage: nyc => c8
Browse files Browse the repository at this point in the history
  • Loading branch information
puzrin committed Nov 21, 2023
1 parent e92e776 commit 8ddd005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"scripts": {
"lint": "eslint --ext js --ext mjs .",
"test": "npm run lint && nyc mocha && node support/specsplit.mjs",
"coverage": "npm run test && nyc report --reporter html",
"report-coveralls": "nyc --reporter=lcov mocha",
"test": "npm run lint && c8 mocha && node support/specsplit.mjs",
"coverage": "npm run test && c8 report --reporter html",
"report-coveralls": "c8 --reporter=lcov mocha",
"doc": "node support/build_doc.js",
"gh-doc": "npm run doc && gh-pages -d apidoc -f",
"demo": "npm run lint && node support/build_demo.js",
Expand Down Expand Up @@ -50,6 +50,7 @@
"ansi": "^0.3.0",
"autoprefixer-stylus": "^1.0.0",
"benchmark": "~2.1.0",
"c8": "^8.0.1",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"eslint": "^8.4.1",
Expand All @@ -71,7 +72,6 @@
"mocha": "^9.1.3",
"ndoc": "^6.0.0",
"needle": "^3.0.0",
"nyc": "^15.0.1",
"pug-cli": "^1.0.0-alpha6",
"rollup": "^2.29.0",
"rollup-plugin-node-polyfills": "^0.2.1",
Expand Down

0 comments on commit 8ddd005

Please sign in to comment.