From af68105afc7e827b78bec56de31a52fe4fe97f59 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Fri, 15 Sep 2023 11:11:32 +0200 Subject: [PATCH] Make coverage purely informational --- .github/codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 7824ece2..134fd217 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -2,8 +2,7 @@ coverage: status: project: default: - target: 50% - threshold: 2% + informational: true patch: default: informational: true