Skip to content

Commit be51cc6

Browse files
committed
fix: add codecov token to coverage upload
1 parent 4c2fbda commit be51cc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ jobs:
365365
- name: Upload coverage to Codecov
366366
uses: codecov/codecov-action@v4
367367
with:
368+
token: ${{ secrets.CODECOV_TOKEN }}
368369
files: ./lcov.info
369370
fail_ci_if_error: false
370371
verbose: true

0 commit comments

Comments
 (0)