summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-25 14:46:49 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-03-25 14:46:49 -0700
commit90f831065f1bf615cd8767bb8f497754e1001952 (patch)
tree6297ae249fd7f70a5bb4d95defe16abd77bb6212
parent3b185d439ab651f5c74d4f6eb4da96450c13750c (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-move-coverage-script.tar.gz
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 1b9d7f460a..a53c2093f0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -922,7 +922,7 @@ jobs:
command: scripts/nitpick/generated-code.js darwin
- run:
name: Generate iOS code coverage
- command:
+ command: |
if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
platform/ios/scripts/ios-code-coverage.sh CI
fi