From 2cc4a0b0b72b312674230f3b80d665983fb539d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Marqu=C3=ADnez=20Prado?= <25435858+inigomarquinez@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:29:54 +0200 Subject: [PATCH] fix: coverage test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4cbf44..14c0e57 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "example": "cd examples && SECRET='a password' NODE_ENV=development node index.js", "test": "zUnit", - "coverage": "nyc --report html --reporter lcov --reporter text-summary zUnit", + "coverage": "nyc --reporter lcov npm run test", "lint": "eslint .", "prepare": "husky install" },