From f18b61aa8a1c13677b245c88eff522a7b6fe5c7c Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 14:12:06 +0000 Subject: [PATCH] ci: raise coverage floor to 52% Measured 54.45% after the Tier 1 and Tier 2 suites, up from 50%. Keeping the same two points of headroom the 45 -> 48 ratchet used. The modules this branch set out to cover: sync_manager 0 -> 97%, logo_helper 0 -> 98%, errors and error_handler 0 -> 100%, validators 0 -> 97%. api_v3 moved less in percentage terms because it is 4,341 statements, but the endpoints covered are the destructive and credential-handling ones. Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_01NohXi78cwsAKtN1sCfxjUh --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4942a0ab..7f91e726 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,4 +72,4 @@ jobs: --ignore=test/plugins \ --cov=src --cov=web_interface \ --cov-report=term \ - --cov-fail-under=48 + --cov-fail-under=52