From a6e45115c10a8f3765d9f84701b4fdc18a82ed88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Wed, 20 Nov 2024 22:53:59 +0100 Subject: [PATCH] Make codecov purely informational on patches --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 3bb54c76e0..d6d18510e4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,4 +2,7 @@ coverage: status: project: default: # default is the status check's name, not default settings - informational: true \ No newline at end of file + informational: true + patch: + default: + informational: true