Skip to content

Commit

Permalink
fix(test): disable codecov
Browse files Browse the repository at this point in the history
Codecov uploads are being throttled (429) because
we are exceeding monthly quota
  • Loading branch information
punya committed Jul 24, 2024
1 parent 5294588 commit 8421850
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8421850

Please sign in to comment.