Skip to content

Commit c6f788d

Browse files
authored
Add Codecov token to coverage report upload
1 parent 415c957 commit c6f788d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ jobs:
385385
uses: codecov/codecov-action@v5.5.1
386386
with:
387387
files: coverage.xml
388+
token: ${{ secrets.CODECOV_TOKEN }}
388389
- name: Upload coverage report artifact
389390
id: upload-cov
390391
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)