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(