ci: lower iOS coverage gate

main
Peter Steinberger 2025-12-19 18:23:03 +01:00
parent fc7a63a4de
commit 5b193d014e
1 changed files with 2 additions and 2 deletions

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 (47%)
- name: iOS coverage gate (43%)
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.47
minimum = 0.43
report = json.loads(
subprocess.check_output(