Skip to content

Commit

Permalink
🧪 Disable Codecov report auto-discovery
Browse files Browse the repository at this point in the history
It's got a lot of false-positives and we pass the desired file paths
explicitly anyway.

Ref: codecov/codecov-cli#500
  • Loading branch information
webknjaz committed Oct 4, 2024
1 parent b8b450e commit ae95d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand All @@ -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: >-
Expand Down

0 comments on commit ae95d1b

Please sign in to comment.