Skip to content

Commit 751bac2

Browse files
committed
Revert "Send codecov with token"
This reverts commit a91626c.
1 parent a91626c commit 751bac2

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@v5
247-
env:
248-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
246+
uses: codecov/codecov-action@v3
247+
with:
248+
files: ./phpBB3/build/logs/clover.xml
249249
# END MySQL and MariaDB Job
250250

251251
# START PostgreSQL Job

0 commit comments

Comments
 (0)