mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Allow failure of coverage uploads due to rate limits
This commit is contained in:
parent
2b6194a632
commit
a742b2158f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -209,7 +209,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v4
|
||||
if: matrix.type.name == 'Debug' && github.repository == 'SFML/SFML' # Disable upload in forks
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false
|
||||
name: ${{ matrix.platform.name }} ${{ matrix.config.name }} ${{ matrix.type.name }}
|
||||
directory: ./build
|
||||
files: ./build/coverage.out
|
||||
|
Loading…
Reference in New Issue
Block a user