Skip to content

Commit

Permalink
re-add --reporter=lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Oct 15, 2023
1 parent efc2bd7 commit 0a28df7
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 @@ -52,7 +52,7 @@
"prepublish": "npm run build && publish-please guard",
"pretest": "tslint --project .",
"publish-please": "publish-please",
"test": "nyc --require ts-node/register mocha test/**/*.test.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"test": "nyc --reporter=lcov --require ts-node/register mocha test/**/*.test.ts --reporter spec --retries 3 --require 'node_modules/reflect-metadata/Reflect.js' --exit",
"update": "updates --update --minor && npm install"
},
"sideEffects": false,
Expand Down

0 comments on commit 0a28df7

Please sign in to comment.