From 6c8617c5874a582c2bd573a3ea045263c478b1d4 Mon Sep 17 00:00:00 2001 From: aardizio Date: Wed, 22 Jan 2020 23:12:48 +0100 Subject: [PATCH] Coveralls integration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbf9425d..ce120b4a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ", "debug-test": "mocha --inspect-brk --exit tests/*test.js ", "demontest": "nodemon --exec \"npm test\"", - "coverage": "nyc report --reporter=text-lcov tests/*test.js | coveralls", + "coverage": "nyc report --reporter=text-lcov | coveralls", "standard-verbose": "npx standard --verbose", "lint": "standard --fix" }, -- 2.34.1