Skip to content

Commit

Permalink
chore: don't fail CI if codecov.io upload fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Feb 5, 2024
1 parent 1ec3237 commit 570fb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{ steps.coverage-files.outputs.list }}
fail_ci_if_error: true
fail_ci_if_error: false

- name: Prepare Artifact Upload
run: cat ${{ runner.temp }}/artifacts.env >> $GITHUB_ENV
Expand Down

0 comments on commit 570fb36

Please sign in to comment.