summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
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: |