Skip to content

Commit

Permalink
Fix lcov reporter format
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jul 17, 2020
1 parent dfe2947 commit 39fcd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39fcd5f

Please sign in to comment.