From b3e4178be9c0bbb035b0a771784f5cc1dc460547 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 7 Apr 2021 14:55:13 +0200 Subject: [PATCH] full cov report --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 864416ce3..6f3320b50 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "browser-test": "airtap --local 8080 test/browser*test.js", "lint": "eslint .", "test": "npm run lint && tap --100 test/*test.js test/*/*test.js", - "test-ci": "npm run lint && tap test/*test.js test/*/*test.js --coverage-report=lcovonly", + "test-ci": "npm run lint && tap test/*test.js test/*/*test.js", "cov-ui": "tap --coverage-report=html test/*test.js test/*/*test.js", "bench": "node benchmarks/utils/runbench all", "bench-basic": "node benchmarks/utils/runbench basic",