From e7d84ec3b1403d8e1f281e32d33ade190e9563a9 Mon Sep 17 00:00:00 2001 From: anvaka Date: Sat, 24 Aug 2024 15:50:56 -0700 Subject: [PATCH] updated coverage command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dac32d9..4595840 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Module to calculate graph centrality metrics", "main": "index.js", "scripts": { - "test": "tap -- --branches=80 --lines=80 --statements=80 --functions=80 test/*.js" + "test": "tap --allow-incomplete-coverage test/*.js" }, "keywords": [ "graph",