diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2019-03-13 12:58:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 12:58:24 -0700 |
commit | fb0b0d5a2bb89a6a7d5137e0c610e2c5105c26d3 (patch) | |
tree | c21d8cc0cbd9aadf63f9c245b7cc79e8533af4ed /circle.yml | |
parent | 979433eddb5a8f2180aba134befb08b222718bc8 (diff) | |
download | qtlocation-mapboxgl-fb0b0d5a2bb89a6a7d5137e0c610e2c5105c26d3.tar.gz |
[ios] Generate iOS code coverage for metrics (#14015)
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index e48f6adbd7..6bd4c9d724 100644 --- a/circle.yml +++ b/circle.yml @@ -929,6 +929,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/ios-code-coverage.sh CI - save-dependencies - collect-xcode-build-logs - upload-xcode-build-logs |