From: aardizio Date: Wed, 22 Jan 2020 22:12:48 +0000 (+0100) Subject: Coveralls integration X-Git-Tag: v0.0.1~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6c8617c5874a582c2bd573a3ea045263c478b1d4;p=poolifier.git Coveralls integration --- 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" },