From 955fc59f05c1eb72ea173f10f8696d1d8c7f3d07 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Sat, 26 Jun 2021 11:23:01 +0200 Subject: [PATCH 1/3] Create codecov.yml --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000000..53316e3208 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: + informational: true + patch: + default: + target: 100% From fbff57703dd04a81a0d427b95051fed6703d97f0 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Sat, 26 Jun 2021 11:25:59 +0200 Subject: [PATCH 2/3] Fix project --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 53316e3208..87ce359403 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,8 @@ coverage: status: project: - informational: true + default: + informational: true patch: default: target: 100% From 91a93360b745f5e6699f20ae007deeb689dec7a5 Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Sat, 26 Jun 2021 11:38:20 +0200 Subject: [PATCH 3/3] Disable project status --- codecov.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 87ce359403..66c9e1c864 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,6 @@ coverage: status: - project: - default: - informational: true + project: off patch: default: target: 100%