mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fix: fail
This commit is contained in:
parent
902e26a66e
commit
4a208c1d0c
1 changed files with 4 additions and 0 deletions
|
|
@ -265,6 +265,10 @@ runs:
|
|||
CC_VERSION: ${{ inputs.version }}
|
||||
CC_YML_PATH: ${{ inputs.codecov_yml_path }}
|
||||
|
||||
- name: Error
|
||||
shell: bash
|
||||
run: exit 1
|
||||
|
||||
- name: Gracefully exit
|
||||
if: ${{ failure() && inputs.fail_ci_if_error != 'true' }}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue