Skip to content

Commit

Permalink
feat(test): add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 28, 2024
1 parent a1cd223 commit 6e08e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jobs:
run: npm run build

- name: Run tests with coverage
run: npm run test:coverage
run: |
npm run test:coverage -- --coverageReporters=text-summary > coverage.txt
echo "## Coverage Summary" >> $GITHUB_STEP_SUMMARY
cat coverage.txt >> $GITHUB_STEP_SUMMARY

0 comments on commit 6e08e32

Please sign in to comment.