From 889f7dbff1641f97a13d5973f51017b40e98f463 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 8 Dec 2022 20:22:01 +0100 Subject: [PATCH] CI: Adjust Codecov settings - Set overall status to auto - Set patch status to informational --- codecov.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 8b485e7c..6c10e33d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,12 @@ coverage: status: + project: default: - target: 85% # the required coverage value - threshold: 3% # the leniency in hitting the target + target: auto # the required coverage value + threshold: 3% # the leniency in hitting the target + + patch: + default: + informational: true