Skip to content

Commit 8569f22

Browse files
authored
Update codecov
1 parent f180739 commit 8569f22

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
@@ -247,9 +247,9 @@ jobs:
247247

248248
- name: Send code coverage
249249
if: ${{ matrix.COVERAGE == 1 }}
250-
uses: codecov/codecov-action@v3
251-
with:
252-
files: ./phpBB3/build/logs/clover.xml
250+
uses: codecov/codecov-action@v5
251+
env:
252+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
253253
# END MySQL and MariaDB Job
254254

255255
# START PostgreSQL Job

0 commit comments

Comments
 (0)