Skip to content

Commit

Permalink
adding coverage to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akaiap committed Feb 5, 2025
1 parent 196e8bd commit 63f8895
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,14 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm run build --if-present
- run: npm test
- run: npm test

# upload coverage to Coveralls after running tests

- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.COVERALLS_REPO_TOKEN }}
path-to-lcov: ./coverage/lcov.info


0 comments on commit 63f8895

Please sign in to comment.