From 7b6a126b53a366d694c3df729839f60980caabda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20M=C3=BCller?= Date: Mon, 20 Nov 2023 20:37:41 +0100 Subject: [PATCH] Also set Codecov target for patch to 0% --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index 8556451af..00bb73740 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,3 +6,6 @@ coverage: project: default: target: 0% + patch: + default: + target: 0%