From af3a2557b5934183e4a987544bc71ec870b098d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=84?= Date: Fri, 12 Jan 2024 18:31:38 +0900 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 6e5bae624..d670fea46 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -34,8 +34,7 @@ jobs: arguments: '' - name: xcode build 🛠️ - run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "App" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" -enabledCodeCoverage YES build test - + run: xcodebuild clean build -workspace "Bibbi.xcworkspace" -scheme "App" -destination "platform=iOS Simulator,name=iPhone 13 mini,OS=latest" - name: Upload coverage to Codecov uses: codecov/codecov-action@v1.2.1 env: