summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2019-07-29 14:27:54 -0700
committerJason Wray <jason@mapbox.com>2019-07-29 14:27:54 -0700
commit1c9f11a171807ebd5a20b2c40bc13c33d0b88b06 (patch)
treeb18a9a1f51f6f4e9a769b697e0fb3af66bbdfa8a
parent6f0cda8c8b8e7831f04ae5e00b13387107dcad9b (diff)
downloadqtlocation-mapboxgl-1c9f11a171807ebd5a20b2c40bc13c33d0b88b06.tar.gz
[build] Don't allow codecov to fail a CI job
-rw-r--r--circle.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index c142d10f2b..422dbfc762 100644
--- a/circle.yml
+++ b/circle.yml
@@ -894,9 +894,7 @@ jobs:
- run:
name: Upload coverage results to codecov.io
command: |
- curl -sSfL -o codecov https://codecov.io/bash
- chmod +x codecov
- ./codecov -c
+ bash <(curl -sSfL https://codecov.io/bash) || echo 'Codecov failed to upload'
- run:
name: Upload coverage metrics to s3
command: |