Skip to content

Commit 78bbde1

Browse files
committed
chore: codecov token no longer required
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent fe723b4 commit 78bbde1

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/node-test.yml

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

9595
- name: Collect coverage
9696
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
97-
env:
98-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9997
with:
10098
disable_search: true
10199
files: ./coverage/lcov.info

.github/workflows/phpunit-sqlite.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ jobs:
158158

159159
- name: Upload Unit coverage
160160
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
161-
env:
162-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
163161
with:
164162
working-directory: apps/${{ env.APP_NAME }}
165163
disable_search: true
@@ -187,8 +185,6 @@ jobs:
187185

188186
- name: Upload Integration coverage
189187
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
190-
env:
191-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
192188
with:
193189
working-directory: apps/${{ env.APP_NAME }}
194190
disable_search: true

0 commit comments

Comments
 (0)