diff --git a/package.json b/package.json index e90fd14..abf3219 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "eslint": "eslint .", "test": "mocha test/index.js", - "test-cov": "nyc npm run test" + "test-cov": "nyc --reporter=lcov --reporter=text npm run test" }, "directories": { "lib": "./lib"