Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit b6f9a4e

Browse files
committed
fix(test): disable codecov
Codecov uploads are being throttled (429) because we are exceeding monthly quota
1 parent f45952f commit b6f9a4e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
- run: node --version
4444
- run: npm install
4545
- run: npm test
46-
- name: coverage
47-
uses: codecov/codecov-action@v3
48-
with:
49-
name: actions ${{ matrix.node }}
50-
fail_ci_if_error: true
5146
windows:
5247
runs-on: windows-latest
5348
env:
@@ -61,11 +56,6 @@ jobs:
6156
node-version: 14
6257
- run: npm install
6358
- run: npm test
64-
- name: coverage
65-
uses: codecov/codecov-action@v3
66-
with:
67-
name: actions windows
68-
fail_ci_if_error: true
6959
lint:
7060
runs-on: ubuntu-latest
7161
steps:

0 commit comments

Comments
 (0)