Skip to content

Commit 131eb3b

Browse files
committed
ci: disable codecov step
1 parent ad262c5 commit 131eb3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Run tests
3333
run: npm test
3434

35-
- name: Upload results to Codecov
36-
uses: codecov/codecov-action@v4
37-
with:
38-
token: ${{ secrets.CODECOV_TOKEN }}
35+
# - name: Upload results to Codecov
36+
# uses: codecov/codecov-action@v4
37+
# with:
38+
# token: ${{ secrets.CODECOV_TOKEN }}
3939

4040
- name: Build package
4141
run: npm run build

0 commit comments

Comments
 (0)