Skip to content

Commit

Permalink
🐛 Fix code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexc155 committed Jan 28, 2020
1 parent cf497db commit 912d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "mocha $(find . -name '*.spec.js' ! -ipath '*node_modules*') --reporter spec",
"test:watch": "npm install && mocha $(find . -name '*.spec.js' ! -ipath '*node_modules*') --reporter min --watch",
"cover": "node_modules/nyc/bin/nyc.js node_modules/mocha/bin/_mocha -- --reporter spec $(find . -name '*.spec.js' ! -ipath '*node_modules*')"
"cover": "nyc --reporter=lcov --reporter=text npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 912d43c

Please sign in to comment.