Skip to content

Commit db0d029

Browse files
chore: bump codecov action (#4543)
1 parent e93a73e commit db0d029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ jobs:
8989
run: yarn test:coverage --ci --shard=${{ matrix.shard }}
9090

9191
- name: Upload coverage to Codecov
92-
uses: codecov/codecov-action@v4
92+
uses: codecov/codecov-action@v5
93+
with:
94+
token: ${{ secrets.CODECOV_TOKEN }}
95+
verbose: true
9396

9497
smoketests:
9598
name: Smoketests - ${{ matrix.os }} - Node v${{ matrix.node-version }}

0 commit comments

Comments
 (0)