From 72a8e8cd9896c2b762882781c6148af035fbca09 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 7 Mar 2021 19:27:14 -0800 Subject: [PATCH] Less strict coverage rules, refs #82 --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..544e002 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +codecov: + require_ci_to_pass: yes + +coverage: + precision: 2 + round: down + range: "70...100" + status: + project: + default: + threshold: 5% + patch: off + changes: off