Skip to content

Commit

Permalink
Fix codecov failures
Browse files Browse the repository at this point in the history
Try fixing the following codecov failure:
Error: Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255

Based on codecov/codecov-action#1359, just
avoid failing the CI if Codecov fails, till they will find a resolution.

Signed-off-by: Sharon Gratch <sgratch@redhat.com>
  • Loading branch information
sgratch committed Apr 10, 2024
1 parent 9c6a6a8 commit e7e7092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/on-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:

- name: Test coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

e2e:
name: Run e2e tests
Expand Down

0 comments on commit e7e7092

Please sign in to comment.