Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
131 committed May 7, 2022
1 parent d64c1d6 commit 0b2a5c4
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 @@ -7,7 +7,7 @@
"test": "npm run eslint && npm run cover",
"eslint": "eslint .",
"mocha": "node node_modules/mocha/bin/_mocha -b",
"cover": "nyc --temp-directory coverage/.nyc_output --silent --reporter none node_modules/mocha/bin/_mocha -b test/ && nyc --temp-directory coverage/.nyc_output report --include . --report-dir coverage/html/ --reporter text-summary --reporter html --reporter lcov",
"cover": "nyc mocha",
"coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/html/lcov.info"
},
"author": "Francois Leurent <131.code@leurent.email>",
Expand Down

0 comments on commit 0b2a5c4

Please sign in to comment.