Skip to content

Commit

Permalink
Modify cover method
Browse files Browse the repository at this point in the history
  • Loading branch information
WoCha-FR committed Jun 16, 2023
1 parent 9959bb5 commit d29b38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
npm ci
npm run lint
npm run coveralls
npm run cover
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with :
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"lint": "eslint .",
"fixlint": "eslint --fix .",
"test": "jest",
"cover": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
"cover": "jest --coverage"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d29b38a

Please sign in to comment.