Skip to content

Commit

Permalink
build(build-test-deploy.yml): codecov failures no longer fail the who…
Browse files Browse the repository at this point in the history
…le pipeline
  • Loading branch information
Xunnamius committed Feb 19, 2021
1 parent c034e86 commit a111d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: true
fail_ci_if_error: false

- name: Issue any codecov-related warnings
if: env.UPLOAD_CODE_COVERAGE != 'true'
Expand Down

0 comments on commit a111d7f

Please sign in to comment.