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

Commit

Permalink
chore: commented out test coverage and coverage upload steps in CI wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
productdevbook committed Jan 3, 2024
1 parent 49d35f4 commit 6aad21d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
# env:
# VITE_TEST_DB_URL: ${{ secrets.VITE_TEST_DB_URL }}

- name: 🧪 Test with coverage
run: pnpm coverage
env:
VITE_TEST_DB_URL: ${{ secrets.VITE_TEST_DB_URL }}

- name: 📝 Upload coverage
if: always()
uses: davelosert/vitest-coverage-report-action@v2
# - name: 🧪 Test with coverage
# run: pnpm coverage
# env:
# VITE_TEST_DB_URL: ${{ secrets.VITE_TEST_DB_URL }}

# - name: 📝 Upload coverage
# if: always()
# uses: davelosert/vitest-coverage-report-action@v2

0 comments on commit 6aad21d

Please sign in to comment.