summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 3717708143..fbe5aa5ee6 100644
--- a/circle.yml
+++ b/circle.yml
@@ -378,9 +378,15 @@ commands:
upload-coverage-results:
steps:
- run:
+ name: Get coverage results
+ command: |
+ cd build
+ find . -type f -iname *.gcda -exec gcov -p -b {} \;
+ - run:
name: Upload coverage results to codecov.io
command: |
- bash <(curl -sSfL https://codecov.io/bash) || echo 'Codecov failed to upload'
+ bash <(curl -sSfL https://codecov.io/bash) -X gcov || echo 'Codecov failed to upload'
+
jobs:
ios-render-test-runner:
executor: macos-11_3_1