Skip to content

Commit e059f46

Browse files
committed
Revert "do not send coverage report to codecova (operation timed out)"
This reverts commit 35b294a.
1 parent 5025753 commit e059f46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ 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 }}
3034

3135
browser:
3236
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)