From 9e67549adb02454a87366fa13c597f08aa3aa23e Mon Sep 17 00:00:00 2001 From: jmkiley Date: Fri, 1 Mar 2019 16:53:17 -0800 Subject: [ios] move to ios-release --- circle.yml | 12 ++++++++---- platform/ios/scripts/code-coverage.sh | 5 +---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index a5b0020754..8fa6f2cc9d 100644 --- a/circle.yml +++ b/circle.yml @@ -875,10 +875,6 @@ jobs: - install-macos-dependencies - install-dependencies - build-ios-test - - run: - name: Get iOS code coverage - command: | - platform/ios/scripts/code-coverage.sh - check-public-symbols - run: name: Check symbol namespacing for mapbox-events-ios @@ -907,6 +903,10 @@ jobs: - run: name: Build and run SDK unit tests with thread and undefined behavior sanitizers command: make ios-sanitize + - run: + name: Get iOS code coverage + command: | + platform/ios/scripts/code-coverage.sh - save-dependencies - collect-xcode-build-logs - upload-xcode-build-logs @@ -972,6 +972,10 @@ jobs: if [[ $CIRCLE_BRANCH == master ]]; then platform/ios/scripts/deploy-snapshot.sh fi + - run: + name: Get iOS code coverage + command: | + platform/ios/scripts/code-coverage.sh - run: name: Record size command: platform/ios/scripts/metrics.sh diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh index 05ea84b37a..2bc18a7706 100755 --- a/platform/ios/scripts/code-coverage.sh +++ b/platform/ios/scripts/code-coverage.sh @@ -26,7 +26,4 @@ echo $file_name # # upload to AWS # -# if [ -z `which aws` ]; then -# brew install awscli -# fi -aws s3 cp $file_name.json https://s3.amazonaws.com/mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file +aws s3 cp $file_name.json s3://mapbox-loading-dock/raw/mobile.coverage/ \ No newline at end of file -- cgit v1.2.1