From a16fd107e6470318926a985d0df6259e21cb81d9 Mon Sep 17 00:00:00 2001 From: Suraj Singh Date: Sun, 17 Jul 2022 19:58:41 -0700 Subject: [PATCH] PR coverage requirement and default settings Signed-off-by: Suraj Singh --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000000..7c38e4e63325b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + target: 70% # the required coverage value + threshold: 1% # the leniency in hitting the target