Skip to content

Commit

Permalink
✅ Use c8 package instead of nyc for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Mar 15, 2024
1 parent 352e9d6 commit a700b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://protoblast.develry.be/",
"license": "MIT",
"scripts": {
"coverage" : "nyc --reporter=text --reporter=lcov mocha --exit --timeout 20000 --bail --file test/00-init.js",
"coverage" : "c8 --reporter=text --reporter=lcov mocha --exit --timeout 20000 --bail --file test/00-init.js",
"report-coverage" : "codecov",
"test" : "mocha --exit --reporter spec --bail --timeout 5000 --file test/00-init.js"
},
Expand All @@ -31,7 +31,7 @@
"jsuri" : "~1.3.1",
"@c4312/matcha" : "~1.3.1",
"mocha" : "~10.2.0",
"nyc" : "^15.1.0",
"c8" : "^9.1.0",
"promises-aplus-tests" : "~2.1.2",
"puppeteer" : "18.0.0",
"source-map" : "~0.7.3",
Expand Down

0 comments on commit a700b48

Please sign in to comment.