mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: 避免 coverage 报错阻塞编译
This commit is contained in:
parent
152ab9bff8
commit
ea50677a50
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
files: ./coverage/clover.xml
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
fail_ci_if_error: false
|
||||
verbose: true # optional (default = false)
|
||||
- name: build gh-pages
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user