Skip to content

Commit

Permalink
ci: upgrade codecov-action to v4
Browse files Browse the repository at this point in the history
Also, set `fail_ci_if_error` to `false` to prevent the CI from failing
in case the Codecov servers are unstable or down.

Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal committed Apr 8, 2024
1 parent 454bb2c commit 137aa83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: results.xml
- name: Upload to CodeCov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./lcov.info
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

push-image:
Expand Down

0 comments on commit 137aa83

Please sign in to comment.