summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorlangsmith <langstonlmcs@gmail.com>2019-03-07 17:08:48 -0800
committerlangsmith <langstonlmcs@gmail.com>2019-03-12 18:21:47 -0700
commit975936f370cb17811e388105c9066c8a2c7ad6a0 (patch)
treef9d7fa7edd5e28abb897efefb51d2720f6dcb7dd /circle.yml
parent565792606d5d03d0cc9889f112bb50345c899005 (diff)
downloadqtlocation-mapboxgl-upstream/ls-adding-android-code-cov.tar.gz
[android] initial android code coverage additionsupstream/ls-adding-android-code-cov
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 4a54e06931..c051ef0b23 100644
--- a/circle.yml
+++ b/circle.yml
@@ -643,6 +643,12 @@ jobs:
- run:
name: Build release Test App
command: make android
+ - run:
+ name: Build unit test code coverage reports for MapboxGLAndroidSDK module
+ command: make android-unit-test-code-coverage
+ - run:
+ name: Convert code coverage report to raw text file
+ command: make android-code-coverage-report-to-text-file
- save-dependencies: { gradle: true }
- run:
name: gzip debugable .so files
@@ -665,6 +671,10 @@ jobs:
- run:
name: Record size
command: platform/android/scripts/metrics.sh
+ - run:
+ name: Report Android code coverage
+ command: |
+ platform/android/scripts/android-code-coverage.sh CI
- deploy:
name: Publish to Bintray
command: |