summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/circle.yml b/circle.yml
index 977d138127..0cd2ae2547 100644
--- a/circle.yml
+++ b/circle.yml
@@ -337,10 +337,6 @@ commands:
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) -X gcov || echo 'Codecov failed to upload'
publish-coverage-metrics:
steps:
- run: