Skip to content

Commit 83a3603

Browse files
committed
Add codecov token back in :)
Protected branches still need token
1 parent 3e6a26e commit 83a3603

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
junit_family=legacy
3030
- name: Upload coverage to Codecov
3131
uses: codecov/codecov-action@v5
32+
with:
33+
token: ${{ secrets.CODECOV_TOKEN }}
3234
- name: Upload test results to Codecov
3335
if: ${{ !cancelled() }}
3436
uses: codecov/test-results-action@v1
37+
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)