Make use of CODECOV_TOKEN in ci.yml in order to work around Github Actions API errors that occur.
This commit is contained in:
parent
474de4d16e
commit
42a53cfb1d
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -102,6 +102,7 @@ jobs:
|
||||
if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: ./build
|
||||
files: ./build/coverage.out
|
||||
fail_ci_if_error: true
|
||||
|
Loading…
Reference in New Issue
Block a user