Skip to content
Snippets Groups Projects
Commit cc82c5eb authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Remove enableCodeCoverage flag.

parent 46f91faa
No related branches found
No related tags found
No related merge requests found
Pipeline #3462 passed
......@@ -21,7 +21,7 @@ build-pod:
- cd Example/
- pod install
- cd ../
- set -o pipefail && xcodebuild build -enableCodeCoverage YES -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
tags:
- xcode
......@@ -31,7 +31,7 @@ build-example:
- cd Example/
- pod install
- cd ../
- set -o pipefail && xcodebuild build -enableCodeCoverage YES -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild build -workspace Example/WhiteNavigationController.xcworkspace -scheme WhiteNavigationController-Example -sdk iphonesimulator12.2 ONLY_ACTIVE_ARCH=NO | xcpretty
tags:
- xcode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment