From 0b8e8144af8ae340eba5ea32853f73983ee5eb44 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 18 Dec 2025 14:26:13 +0100 Subject: [PATCH] ci: relax iOS coverage gate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8651eea2f..40e4d2456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: RESULT_BUNDLE_PATH="$RUNNER_TEMP/Clawdis-iOS.xcresult" xcrun xccov view --report --only-targets "$RESULT_BUNDLE_PATH" - - name: iOS coverage gate (50%) + - name: iOS coverage gate (47%) run: | set -euo pipefail RESULT_BUNDLE_PATH="$RUNNER_TEMP/Clawdis-iOS.xcresult" @@ -281,7 +281,7 @@ jobs: import sys target_name = "Clawdis.app" - minimum = 0.50 + minimum = 0.47 report = json.loads( subprocess.check_output(