mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
fix: test a failure
This commit is contained in:
@@ -265,6 +265,9 @@ runs:
|
||||
CC_VERSION: ${{ inputs.version }}
|
||||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||
|
||||
- name: fail
|
||||
run: exit 1
|
||||
|
||||
- name: Gracefully exit
|
||||
if: ${{ !cancelled() }} && ${{ inputs.fail_ci_if_error }} != "true"
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user