Skip to content

Commit

Permalink
disable codecov coverage uploader action. This is being done as we ar…
Browse files Browse the repository at this point in the history
…e facing issues with codecov CI tasks failing due to uncovered lines in indirect changes
  • Loading branch information
tusharpandey13 committed Oct 29, 2024
1 parent 6686074 commit 7175e99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 # [email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7175e99

Please sign in to comment.