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