[skip ci]Add reviewers for codecov.yml (#9314)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/9318/head
Xiangyu Wang 2021-10-06 07:14:11 +08:00 committed by GitHub
parent d2f1184568
commit a54c534db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

8
OWNERS
View File

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

View File

@ -1,4 +1,4 @@
#Configuration File for CodeCov
# Configuration File for CodeCov
codecov:
notify:
require_ci_to_pass: yes