From c9239d0c464b876e22504010ed0c6b0c3e1c5cac Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Aug 2026 17:48:35 +0000 Subject: [PATCH] ci: raise coverage floor to 48% Measured 50% with the new suites in place (was 47% baseline when the gate was introduced at 45); floor stays two points under measured. Co-Authored-By: Claude Fable 5 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 ecc49eb0..4942a0ab 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=45 + --cov-fail-under=48