diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 84e36a9..3bb62f7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -63,10 +63,3 @@ jobs: - name: Test run: npm run test:ci shell: pwsh - - - name: Archive code coverage results - uses: actions/upload-artifact@v7 - with: - name: code-coverage-report-${{ matrix.os }}-${{ matrix.node-version }} - path: ./coverage - if-no-files-found: ignore