From a54c534db6e8a6467e316c528dbce034cc0aa46e Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Wed, 6 Oct 2021 07:14:11 +0800 Subject: [PATCH] [skip ci]Add reviewers for codecov.yml (#9314) Signed-off-by: Xiangyu Wang --- OWNERS | 8 ++++++++ codecov.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/OWNERS b/OWNERS index e954ed593b..2e64cd91dc 100644 --- a/OWNERS +++ b/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: diff --git a/codecov.yml b/codecov.yml index 473f8634e4..359498e140 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,4 @@ -#Configuration File for CodeCov +# Configuration File for CodeCov codecov: notify: require_ci_to_pass: yes