From 3228dc08ed32ce34a4c5e452a3d2ec163714c2ff Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Wed, 11 Dec 2024 16:50:29 -1000 Subject: [PATCH] ci: remove Codecov --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c6ad7a..38eddc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,3 @@ jobs: name: playwright-report (${{ matrix.os }}, Node.js ${{ matrix.node }}) path: playwright-report/ retention-days: 30 - - uses: codecov/codecov-action@v5 - if: matrix.os == 'ubuntu-latest' && matrix.node == 22