We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3318741 commit a91626cCopy full SHA for a91626c
1 file changed
.github/workflows/tests.yml
@@ -243,9 +243,9 @@ jobs:
243
244
- name: Send code coverage
245
if: ${{ matrix.COVERAGE == 1 && env.CODECOV == '1' }}
246
- uses: codecov/codecov-action@v3
247
- with:
248
- files: ./phpBB3/build/logs/clover.xml
+ uses: codecov/codecov-action@v5
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
249
# END MySQL and MariaDB Job
250
251
# START PostgreSQL Job
0 commit comments