add test coverage reports

This commit is contained in:
Mario Lurig
2025-12-10 22:09:00 -07:00
parent e64d16688a
commit af30ea1d71
27 changed files with 16746 additions and 14 deletions
+3 -3
View File
@@ -28,10 +28,10 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm test
- name: Run tests with coverage
run: pnpm test:coverage
- name: Upload coverage reports (optional)
- name: Upload coverage reports
if: always()
uses: actions/upload-artifact@v4
with: