From 25bf996377315f26d9d714f221cf15cc5675881f Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 22 Apr 2024 17:57:44 +0200 Subject: [PATCH] ci: codecov only informational --- 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 000000000..a7dc5d4ec --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true +comment: + require_changes: true