Skip to content

Commit

Permalink
add reporter text-lcov toc coverage script
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
  • Loading branch information
tunnckoCore committed Feb 28, 2020
1 parent 2ae8e19 commit 2c3784b
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 @@ -8,7 +8,7 @@
"pretest": "npm run lint",
"test": "nyc mocha",
"mocha": "mocha -R nyan",
"coverage": "nyc report | coveralls",
"coverage": "nyc report --reporter text-lcov | coveralls",
"cov": "open-cli coverage/lcov-report/index.html"
},
"homepage": "https://github.com/borisdiakur/memoize-fs",
Expand Down

0 comments on commit 2c3784b

Please sign in to comment.