From 97d8ade8d56bc9b5a41a988a45895ec6e9181f25 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Wed, 10 Jul 2024 12:39:20 +0000 Subject: [PATCH] Do not make codecov errors fail the CI for now --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..e3ae2cc --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true + changes: + default: + informational: true