ci(codecov): skip search (#2430)

This commit is contained in:
ReenigneArcher 2024-04-20 11:36:40 -04:00 committed by GitHub
parent b4e6873649
commit 6c0b01737f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -515,6 +515,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
files: ./build/coverage.xml
flags: ${{ runner.os }}
@ -852,6 +853,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: false # todo: re-enable this when action is fixed
files: ./build/coverage.xml
flags: ${{ runner.os }}-${{ matrix.os_version }}
@ -1093,6 +1095,7 @@ jobs:
startsWith(github.repository, 'LizardByte/')
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: true
files: ./build/coverage.xml
flags: ${{ runner.os }}