ci: raise iOS coverage gate to 50%

main
Peter Steinberger 2025-12-14 03:37:56 +00:00
parent d0134722af
commit 65a0de8979
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ jobs:
RESULT_BUNDLE_PATH="$RUNNER_TEMP/Clawdis-iOS.xcresult"
xcrun xccov view --report --only-targets "$RESULT_BUNDLE_PATH"
- name: iOS coverage gate (40%)
- name: iOS coverage gate (50%)
run: |
set -euo pipefail
RESULT_BUNDLE_PATH="$RUNNER_TEMP/Clawdis-iOS.xcresult"
@ -169,7 +169,7 @@ jobs:
import sys
target_name = "Clawdis.app"
minimum = 0.40
minimum = 0.50
report = json.loads(
subprocess.check_output(