summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index c60e17d931..090a5118b7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -910,7 +910,7 @@ jobs:
command: |
curl -sSfL -o codecov https://codecov.io/bash
chmod +x codecov
- ./codecov -F ios -J 'CI'
+ ./codecov -F ios -J 'CI' -c
- run:
name: Generate code coverage reports
command: |