Skip to content

Commit 3e6a26e

Browse files
committed
Remove codecov token (set in org now)
1 parent 894aac7 commit 3e6a26e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/tests.yaml

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

0 commit comments

Comments
 (0)