mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
ci(codecov): skip search (#2430)
This commit is contained in:
parent
b4e6873649
commit
6c0b01737f
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -515,6 +515,7 @@ jobs:
|
|||||||
startsWith(github.repository, 'LizardByte/')
|
startsWith(github.repository, 'LizardByte/')
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
disable_search: true
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
files: ./build/coverage.xml
|
files: ./build/coverage.xml
|
||||||
flags: ${{ runner.os }}
|
flags: ${{ runner.os }}
|
||||||
@ -852,6 +853,7 @@ jobs:
|
|||||||
startsWith(github.repository, 'LizardByte/')
|
startsWith(github.repository, 'LizardByte/')
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
disable_search: true
|
||||||
fail_ci_if_error: false # todo: re-enable this when action is fixed
|
fail_ci_if_error: false # todo: re-enable this when action is fixed
|
||||||
files: ./build/coverage.xml
|
files: ./build/coverage.xml
|
||||||
flags: ${{ runner.os }}-${{ matrix.os_version }}
|
flags: ${{ runner.os }}-${{ matrix.os_version }}
|
||||||
@ -1093,6 +1095,7 @@ jobs:
|
|||||||
startsWith(github.repository, 'LizardByte/')
|
startsWith(github.repository, 'LizardByte/')
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
disable_search: true
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
files: ./build/coverage.xml
|
files: ./build/coverage.xml
|
||||||
flags: ${{ runner.os }}
|
flags: ${{ runner.os }}
|
||||||
|
Loading…
Reference in New Issue
Block a user