Skip to content

Commit

Permalink
Fix collecting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 21, 2024
1 parent cf36d8a commit d0a5df7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"test": "mocha --reporter progress",
"lint": "eslint *.js utils test",
"lint-and-test": "npm run lint && npm test",
"coverage": "c8 npm test",
"travis": "c8 npm run lint-and-test && npm run coveralls",
"coveralls": "c8 report --reporter=text-lcov | coveralls"
"coverage": "c8 --reporter=lcovonly npm test"
},
"dependencies": {
"ansi-styles": "^6.2.1",
Expand Down

0 comments on commit d0a5df7

Please sign in to comment.