Skip to content

Commit

Permalink
fix: lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Sketon committed Jul 20, 2024
1 parent 1ff3a4f commit d29b86a
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 @@ -9,7 +9,7 @@
"scripts": {
"build": "rollup -c rollup.config.mjs",
"test": "mocha -r ts-node/register 'test/**/*.ts'",
"test-cov": "c8 --reporter=html --reporter=text-summary npm test"
"test-cov": "c8 --reporter=locv --reporter=text-summary npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d29b86a

Please sign in to comment.