Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: add command to collect coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Oct 6, 2023
1 parent b02e7c7 commit f522cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: ./.github/actions/build
- name: Run Tests
run: |
npm run test
npm run test -- --collectCoverage
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit f522cb9

Please sign in to comment.