Skip to content

Commit

Permalink
πŸš‘ Temporarily suppress codecov-cli crash
Browse files Browse the repository at this point in the history
This is an upstream bug that is being fixed. This patch will have to
be reverted.

Refs:
* codecov/codecov-cli#641
* codecov/codecov-cli#643
  • Loading branch information
webknjaz committed Feb 19, 2025
1 parent ce0e0a4 commit 9497ea1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,9 @@ jobs:
uses: codecov/codecov-action@v4
with:
disable_search: true
fail_ci_if_error: >-
${{ toJSON(inputs.upstream-repository-id == github.repository_id) }}
# fail_ci_if_error: >-
# ${{ toJSON(inputs.upstream-repository-id == github.repository_id) }}
fail_ci_if_error: false # TODO: revert once Codecov fixes the error
files: >-
${{ steps.tox-run.outputs.cov-report-files }}
flags: >-
Expand All @@ -411,8 +412,9 @@ jobs:
uses: codecov/test-results-action@v1
with:
disable_search: true
fail_ci_if_error: >-
${{ toJSON(inputs.upstream-repository-id == github.repository_id) }}
# fail_ci_if_error: >-
# ${{ toJSON(inputs.upstream-repository-id == github.repository_id) }}
fail_ci_if_error: false # TODO: revert once Codecov fixes the error
files: >-
${{ steps.tox-run.outputs.test-result-files }}
flags: >-
Expand Down

0 comments on commit 9497ea1

Please sign in to comment.