From 466cd483c14db779924485591e3bb34c73067356 Mon Sep 17 00:00:00 2001 From: Vijayan Balasubramanian Date: Tue, 18 Jan 2022 22:37:02 -0800 Subject: [PATCH] Add codecov properties file Signed-off-by: Vijayan Balasubramanian --- .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 00000000..7c38e4e6 --- /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