Skip to content

Commit

Permalink
ci: include Codecov token for reliable uploads
Browse files Browse the repository at this point in the history
Reference: codecov/codecov-action#557

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 27, 2024
1 parent 91c1e1a commit 7a3cb24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ jobs:
# required for private repositories:
# token: ${{ secrets.CODECOV_TOKEN }}
files: ./lcov.info
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7a3cb24

Please sign in to comment.