Skip to content

Commit

Permalink
adding coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuyisenge2 committed Mar 26, 2024
1 parent d8f6acb commit 0ef3f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: ["20.x"]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -33,4 +33,4 @@ jobs:
- run: npm run build --if-present
- run: npm test
- run: npm run test:ci
- run: npx coveralls < ./coverage/lcov.info
- run: npx coveralls < coverage/lcov.info

0 comments on commit 0ef3f85

Please sign in to comment.