Update for Codecov token handling change
This commit is contained in:
parent
7bbeaff562
commit
829def3388
|
|
@ -170,9 +170,9 @@ jobs:
|
||||||
- name: Send coverage report to Codecov
|
- name: Send coverage report to Codecov
|
||||||
if: ${{ success() && matrix.coverage == true }}
|
if: ${{ success() && matrix.coverage == true }}
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: ./build/logs/clover.xml
|
files: ./build/logs/clover.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
||||||
# see https://github.com/codecov/codecov-action/issues/557
|
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue