summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2021-04-16 20:39:39 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2021-04-16 20:45:23 +0300
commitcf734a2fec960025350d8de0d01ad38aeae155a0 (patch)
treefce1503711d759d5e393f9b4199de8a85215eb8b
parentb8edc2399b9640498ccbbbb5b8f058c63d070933 (diff)
downloadqtlocation-mapboxgl-cf734a2fec960025350d8de0d01ad38aeae155a0.tar.gz
Disable codecov job
-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: