From af789ed4b33b09dcbb419ed15ca1d5b696ab0dfb Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 17 Jan 2025 02:06:23 +0000 Subject: [PATCH] Adjust coverage task --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index f2a3efe..a772997 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:bun": "bun test/index.js", "test:deno": "deno --allow-env --allow-read --import-map=./test/import_map.json test/index.js", "test:big": "node --import ./test/esm-register.js test/crosstest.test.js slow", - "test:coverage": "c8 npm test" + "test:coverage": "npm install --no-save c8@10.1.2 && npx c8 npm test" }, "author": "Paul Miller (https://paulmillr.com)", "homepage": "https://paulmillr.com/noble/", @@ -35,7 +35,6 @@ "devDependencies": { "@paulmillr/jsbt": "0.2.1", "@scure/base": "1.2.1", - "c8": "10.1.3", "fast-check": "3.0.0", "micro-bmark": "0.3.1", "micro-should": "0.5.0",