Skip to content

Commit

Permalink
try to fix coveralls report error
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Aug 30, 2019
1 parent 907cbff commit 4d57e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "nyc mocha --recursive test/mocha --timeout 99999 --exit",
"coverage": "nyc report | coveralls",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"doc": "jsdoc2md lib/*.js > docs/api.md"
},
"engines": {
Expand Down

0 comments on commit 4d57e5f

Please sign in to comment.