From 7175e99dbc5804cd67ffd5a33e833d366bf72a6c Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Tue, 29 Oct 2024 13:43:55 +0530 Subject: [PATCH] disable codecov coverage uploader action. This is being done as we are facing issues with codecov CI tasks failing due to uncovered lines in indirect changes --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 54f0c86b6..48e5bb2b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,10 +56,3 @@ jobs: - name: Tests shell: bash run: npm run test:ci - - - name: Upload coverage - if: matrix.node-version == '18.17' - uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0 - with: - token: ${{ secrets.CODECOV_TOKEN }} - \ No newline at end of file