Skip to content

Commit

Permalink
Merge pull request #10 from nasa-gcn/collect-coverage
Browse files Browse the repository at this point in the history
Collect coverage from tests
  • Loading branch information
dakota002 authored Mar 22, 2024
2 parents 1dd476f + 439023d commit faf3c1e
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 faf3c1e

Please sign in to comment.