From b504379b6ddb56a8e6e3d969bda662cc6780dd8f Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Mon, 2 Mar 2026 19:52:30 -0800 Subject: [PATCH] [test.yaml] stop uploading codecov artifact - never used --- .github/workflows/test.yaml | 7 ------- 1 file changed, 7 deletions(-) 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