Skip to content

Commit 35b294a

Browse files
committed
do not send coverage report to codecova (operation timed out)
1 parent a0c6a98 commit 35b294a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
- run: npm install -g nyc
2828
- run: npm ci
2929
- run: npm run test:cover
30-
- uses: codecov/codecov-action@v5
31-
with:
32-
files: coverage/coverage-final.json
33-
token: ${{ secrets.CODECOV_TOKEN }}
3430

3531
browser:
3632
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)