diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2319a4..17d2424 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,21 +25,3 @@ jobs: run: npm run lint - name: Check formatting run: npx prettier . --check - - report-coverage: - needs: test - runs-on: ubuntu-latest - steps: - - name: "Download Coverage Artifacts" - uses: actions/download-artifact@v4 - with: - name: coverage-${{ github.head_ref }} - path: coverage - - uses: actions/download-artifact@v4 - with: - name: coverage-main - path: coverage-main - - name: "Report Coverage" - uses: davelosert/vitest-coverage-report-action@v2 - with: - json-summary-compare-path: coverage-main/coverage-summary.json