From d29b86a89accbcaaa759a5aab6f6429868fc81ea Mon Sep 17 00:00:00 2001 From: D-Sketon <2055272094@qq.com> Date: Sat, 20 Jul 2024 20:12:27 +0800 Subject: [PATCH] fix: lcov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87830a8..6083fc5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "rollup -c rollup.config.mjs", "test": "mocha -r ts-node/register 'test/**/*.ts'", - "test-cov": "c8 --reporter=html --reporter=text-summary npm test" + "test-cov": "c8 --reporter=locv --reporter=text-summary npm test" }, "repository": { "type": "git",