mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00:00
fail_ci_if_error
This commit is contained in:
parent
ffd79df3ec
commit
ec4c4ecb5a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
uses: ./
|
||||
with:
|
||||
fail_ci: true
|
||||
fail_ci_if_error: true
|
||||
file: ./coverage/coverage-final.json
|
||||
files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json
|
||||
flags: unittest
|
||||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov (verbose)
|
||||
uses: ./
|
||||
with:
|
||||
fail_ci: true
|
||||
fail_ci_if_error: true
|
||||
file: ./coverage/coverage-final.json
|
||||
files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json
|
||||
flags: unittest
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov (working_dir)
|
||||
uses: ./
|
||||
with:
|
||||
fail_ci: true
|
||||
fail_ci_if_error: true
|
||||
files: ./coverage/calculator/coverage-final.json,./coverage/index/coverage-final.json
|
||||
file: ./coverage/coverage-final.json
|
||||
flags: unittest
|
||||
|
|
|
|||
Loading…
Reference in a new issue