From 6c0b01737f331cc7539482cb6b4e6026888e0e55 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:36:40 -0400 Subject: [PATCH] ci(codecov): skip search (#2430) --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 872ccc38..e847ea36 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 }}