Skip to content

Commit a91626c

Browse files
authored
Send codecov with token
1 parent 3318741 commit a91626c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ jobs:
243243

244244
- name: Send code coverage
245245
if: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' }}
246-
uses: codecov/codecov-action@v3
247-
with:
248-
files: ./phpBB3/build/logs/clover.xml
246+
uses: codecov/codecov-action@v5
247+
env:
248+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
249249
# END MySQL and MariaDB Job
250250

251251
# START PostgreSQL Job

0 commit comments

Comments
 (0)