Skip to content

Commit 315682d

Browse files
committed
Add codecov_token env variable to upload coverage report
1 parent 09576cf commit 315682d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ jobs:
260260

261261
- name: Upload coverage to Codecov
262262
uses: codecov/codecov-action@v3
263+
env:
264+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
263265
with:
264266
directory: ./coverage/
265267
fail_ci_if_error: true

0 commit comments

Comments
 (0)