diff --git a/package.json b/package.json index 7f867a2..8e6b50e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "eslint .", "test": "nyc ./node_modules/.bin/mocha --require @babel/register", "debug": "node --inspect-brk ./dist/index.js", - "cover": "nyc --reporter=lcov --reporter=text ./node_modules/mocha/bin/_mocha test/*.js && nyc --reporter=lcov --reporter=text ./node_modules/mocha/bin/_mocha test/*.js > coverage/lcov.info" + "cover": "nyc --reporter=text ./node_modules/mocha/bin/_mocha test/*.js && nyc --reporter=text-lcov ./node_modules/mocha/bin/_mocha test/*.js > coverage/lcov.info" }, "repository": { "type": "git",