chore: 避免 coverage 报错阻塞编译

This commit is contained in:
吴多益 2022-02-18 13:08:02 +08:00 committed by GitHub
parent 152ab9bff8
commit ea50677a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |