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