diff options
author | jmkiley <jordan.kiley@mapbox.com> | 2019-05-14 11:21:39 -0700 |
---|---|---|
committer | jmkiley <jordan.kiley@mapbox.com> | 2019-05-14 11:21:39 -0700 |
commit | 520efa858aee105000259d86a02fd5d8a749b08a (patch) | |
tree | 309b7b9a0d701a0198f87be2a0085823ac8bf261 | |
parent | b7b01a096b3fadaf1d394943ffd6a4f21d8e0c0f (diff) | |
download | qtlocation-mapboxgl-520efa858aee105000259d86a02fd5d8a749b08a.tar.gz |
[ios] only run when merging to master/release branchupstream/jmkiley-update-code-coverage-schema
-rw-r--r-- | circle.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index d89ce00148..f4b24f32a0 100644 --- a/circle.yml +++ b/circle.yml @@ -927,7 +927,9 @@ jobs: - run: name: Get iOS code coverage command: | + if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then platform/ios/scripts/ios-code-coverage.sh CI + fi - run: name: Lint plist files command: make ios-lint |