ci: relax iOS coverage gate

This commit is contained in:
Peter Steinberger
2025-12-18 14:26:13 +01:00
parent ad26026802
commit 0b8e8144af

View File

@@ -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(