Skip to content

Commit

Permalink
Updated: Wrong coverage cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Oct 14, 2024
1 parent 70bae46 commit 0407e31
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 @@ -16,7 +16,7 @@
"lint": "standard src/**/*.js",
"test": "tape tests/*.spec.js | tap-on",
"test:cov": "c8 tape tests/*.spec.js",
"coverage": "c8 --check-coverage --lines 95 --branches 95 --functions 95 --statements 95",
"coverage": "c8 check-coverage --lines 90 --branches 90 --functions 90 --statements 90",
"report": "c8 report --reporter=text-lcov > coverage.lcov"
},
"exports": {
Expand Down

0 comments on commit 0407e31

Please sign in to comment.