From f4e6d47728f13f6c98c2f43463863e33cbe95563 Mon Sep 17 00:00:00 2001 From: Pierre Martinon Date: Tue, 13 Jun 2023 10:37:11 +0200 Subject: [PATCH] Update codecov.yml set to never fail --- .github/codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 7f0d6552..bfdc9877 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -3,5 +3,6 @@ coverage: project: default: informational: true - target: 90% - threshold: 5% + patch: + default: + informational: true