Skip to content

Commit

Permalink
chore: fix npm script for send coverage report (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin authored Aug 22, 2021
1 parent 67db367 commit f77fb7d
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 @@ -6,7 +6,7 @@
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "nyc npm run test"
"test-cov": "nyc --reporter=lcovonly npm run test"
},
"directories": {
"lib": "./lib"
Expand Down

0 comments on commit f77fb7d

Please sign in to comment.