0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-19 17:42:14 +02:00

Update for Codecov token handling change

This commit is contained in:
Marcus Bointon 2024-04-09 11:06:30 +02:00
parent 7bbeaff562
commit 829def3388
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -170,9 +170,9 @@ jobs:
- name: Send coverage report to Codecov
if: ${{ success() && matrix.coverage == true }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./build/logs/clover.xml
fail_ci_if_error: true
verbose: true
# see https://github.com/codecov/codecov-action/issues/557
token: ${{ secrets.CODECOV_TOKEN }}