From bc4e07094979b460b8fd708e94ac61c2fcdb26a2 Mon Sep 17 00:00:00 2001 From: ET Date: Tue, 19 Jan 2021 12:18:17 -0800 Subject: [PATCH] Add code-coverage configuration to allow 1% delta (#555) --- .github/codecov.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/codecov.yaml diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 00000000000..d7463d08fb0 --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,17 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 1 + round: down + range: "70...100" + status: + project: + default: + target: auto + threshold: 1% + +comment: + layout: "reach,diff,flags,tree" + behavior: default + require_changes: yes