From a9a52ef1e9b7f3de25763891a6b9de462528e765 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 22 Feb 2021 15:14:04 +0200 Subject: [PATCH 1/4] Make codecov more lenient --- codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..aaa25bf74e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0.5% + patch: + default: + target: auto + threshold: 0.5% From 055c78b475e93771c2c0683120be0ac9d5da4ca4 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 22 Feb 2021 15:15:51 +0200 Subject: [PATCH 2/4] squash --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index aaa25bf74e..fcd02f166b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,4 +7,4 @@ coverage: patch: default: target: auto - threshold: 0.5% + threshold: 0.25% From c35a53fe2492480504c7f51aa890bc64aac347dd Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 22 Feb 2021 15:19:15 +0200 Subject: [PATCH 3/4] squash --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index fcd02f166b..dee09478c8 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,7 @@ coverage: + precision: 3 + round: nearest + require_ci_to_pass: no status: project: default: From 7c34b57e92ac28a63f8b6e690e5bc2f159f66419 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 22 Feb 2021 15:21:43 +0200 Subject: [PATCH 4/4] squash --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index dee09478c8..c6e41c11b6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,8 @@ +codecov: + require_ci_to_pass: no coverage: precision: 3 round: nearest - require_ci_to_pass: no status: project: default: