Skip to content

Commit

Permalink
Collect coverage from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Mar 21, 2024
1 parent 1b5597b commit 439023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
# See https://prettier.io/docs/en/options.html#end-of-line
if: ${{ runner.os != 'Windows' }}
- name: Run unit tests
run: npm test --if-present
run: npm test --if-present -- --coverage
- name: Upload to Codecov.io
uses: codecov/codecov-action@v3

0 comments on commit 439023d

Please sign in to comment.