From 45968ac14bd63e65d12455387179d0094dc3244c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 4 Oct 2024 18:03:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Disable=20Codecov=20report=20aut?= =?UTF-8?q?o-discovery?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's got a lot of false-positives and we pass the desired file paths explicitly anyway. Ref: https://github.com/codecov/codecov-cli/issues/500 --- .github/workflows/reusable-tox.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable-tox.yml b/.github/workflows/reusable-tox.yml index 11d71dc9..7e9855cc 100644 --- a/.github/workflows/reusable-tox.yml +++ b/.github/workflows/reusable-tox.yml @@ -380,6 +380,7 @@ jobs: && steps.tox-run.outputs.cov-report-files != '' uses: codecov/codecov-action@v4 with: + disable_search: true fail_ci_if_error: >- ${{ toJSON(inputs.upstream-repository-id == github.repository_id) }} files: >- @@ -403,6 +404,7 @@ jobs: && steps.tox-run.outputs.test-result-files != '' uses: codecov/test-results-action@v1 with: + disable_search: true fail_ci_if_error: >- ${{ toJSON(inputs.upstream-repository-id == github.repository_id) }} files: >-