Skip to content

Commit 3b81b0f

Browse files
committed
Update to modern codecov sending action with token
1 parent ad5d570 commit 3b81b0f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
PHPBB_BRANCH:
2626
required: true
2727
type: string
28+
secrets:
29+
CODECOV_TOKEN:
30+
required: false
31+
description: ''
2832

2933
env:
3034
EXTNAME: ${{ inputs.EXTNAME }}
@@ -243,9 +247,9 @@ jobs:
243247

244248
- name: Send code coverage
245249
if: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' }}
246-
uses: codecov/codecov-action@v3
250+
uses: codecov/codecov-action@v5
247251
with:
248-
files: ./phpBB3/build/logs/clover.xml
252+
token: ${{ secrets.CODECOV_TOKEN }}
249253
# END MySQL and MariaDB Job
250254

251255
# START PostgreSQL Job

0 commit comments

Comments
 (0)