Coveralls integration
authoraardizio <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 22:12:48 +0000 (23:12 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Wed, 22 Jan 2020 22:12:48 +0000 (23:12 +0100)
package.json

index dbf9425db2107a79c654d692b01d3f491f31cd9b..ce120b4a60591590b9479b22b3852dca3c585500 100644 (file)
@@ -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"
   },