mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add reviewers for codecov.yml (#9314)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/9318/head
parent
d2f1184568
commit
a54c534db6
8
OWNERS
8
OWNERS
|
@ -22,6 +22,14 @@ filters:
|
|||
approvers:
|
||||
- pr-inspection
|
||||
|
||||
# codecov.yml is the config file for CodeCov, changes should be reviewed by @wangting0128 or @yanliang567
|
||||
"codecov.yml$":
|
||||
required_reviewers:
|
||||
- wangting0128
|
||||
- yanliang567
|
||||
approvers:
|
||||
- pr-inspection
|
||||
|
||||
# go.{mod,sum} files relate to go dependencies, and should be reviewed by @congqixia
|
||||
"go\\.(mod|sum)$":
|
||||
required_reviewers:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#Configuration File for CodeCov
|
||||
# Configuration File for CodeCov
|
||||
codecov:
|
||||
notify:
|
||||
require_ci_to_pass: yes
|
||||
|
|
Loading…
Reference in New Issue