From 792928dac5caca3d22cef7d80862102550a9a937 Mon Sep 17 00:00:00 2001 From: Punya Biswal Date: Tue, 23 Jul 2024 21:31:09 +0000 Subject: [PATCH] fix(test): disable codecov Codecov uploads are being throttled (429) because we are exceeding monthly quota --- .github/workflows/ci.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32ca8c2f..3bc28ae1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,11 +43,6 @@ jobs: - run: node --version - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v3 - with: - name: actions ${{ matrix.node }} - fail_ci_if_error: true windows: runs-on: windows-latest env: @@ -61,11 +56,6 @@ jobs: node-version: 14 - run: npm install - run: npm test - - name: coverage - uses: codecov/codecov-action@v3 - with: - name: actions windows - fail_ci_if_error: true lint: runs-on: ubuntu-latest steps: