summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index b47281cf26..a53c2093f0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -920,6 +920,12 @@ jobs:
- run:
name: Nitpick Darwin code generation
command: scripts/nitpick/generated-code.js darwin
+ - run:
+ name: Generate iOS code coverage
+ command: |
+ if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
+ platform/ios/scripts/ios-code-coverage.sh CI
+ fi
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs