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