ci(codecov): skip search (#2430)
This commit is contained in:
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user