mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Fix pr checks for codecov issue (#19537)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/19538/head
parent
a8cabbfaa9
commit
04aa55ebee
|
@ -16,14 +16,10 @@ coverage:
|
|||
default:
|
||||
target: 77%
|
||||
threshold: 0% #Allow the coverage to drop by threshold%, and posting a success status.
|
||||
branches:
|
||||
- master
|
||||
patch:
|
||||
default:
|
||||
target: 80% #target of patch diff
|
||||
threshold: 0%
|
||||
branches:
|
||||
- master
|
||||
if_ci_failed: error #success, failure, error, ignore
|
||||
|
||||
comment:
|
||||
|
|
Loading…
Reference in New Issue