From c3e00a0301020edab8a3914a8299444339439eb1 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Mon, 2 Mar 2026 14:39:37 +0100 Subject: [PATCH] chore: configure codecov checks as informational - Add patch coverage target at 50% - Set both project and patch status checks to informational mode so they report coverage but never block CI Co-Authored-By: Claude Opus 4.6 --- codecov.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index ccd8530bd4..7e2c34eadd 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -4,3 +4,8 @@ coverage: default: target: auto threshold: 0.10% # tolerate up to 0.10% decrease + informational: true # CI check reports status but never fails + patch: + default: + target: 50% # error only if patch coverage drops below 50% + informational: true # CI check reports status but never fails