From efd02692378430aee2f554ed940bb2dcda838ea0 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 19 May 2020 17:17:48 -0700 Subject: [PATCH] Enable requirement for 95% per PR coverage Signed-off-by: Bogdan Drutu --- .codecov.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000000..afd133f75b4 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,18 @@ +codecov: + notify: + require_ci_to_pass: yes + strict_yaml_branch: master # only use the latest copy on master branch + +coverage: + precision: 2 + round: down + range: "80...100" + status: + project: + default: + enabled: yes + target: 85% # This needs to be updated to 90 or 95. + patch: + default: + enabled: yes + target: 95%