summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml12
1 files changed, 8 insertions, 4 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
@@ -973,6 +973,10 @@ jobs:
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
- run: