From a0120528fb0b35a2fffff4558c2435da3b981e33 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 29 Sep 2023 09:37:29 +0200 Subject: [PATCH] codecov: add target: auto target is the minimum coverage ratio that the commit must meet to be considered a success. --- .github/codecov.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yaml b/.github/codecov.yaml index d541273f2..f0da968ba 100644 --- a/.github/codecov.yaml +++ b/.github/codecov.yaml @@ -11,9 +11,11 @@ coverage: status: project: default: + target: auto threshold: 1% patch: default: + target: auto threshold: 1% # Layout of the PR comment produced by Codecov bot