diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2018-11-08 10:56:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 10:56:44 -0800 |
commit | 7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072 (patch) | |
tree | f93c312d762a55ad9650dc9ae1a40b1ac7483146 /circle.yml | |
parent | 30cec1b844a59449efb42da22598b7b04e7a8a3c (diff) | |
download | qtlocation-mapboxgl-7cbd31e4561fd3fa8eaea20b16e7bf4192f9d072.tar.gz |
Switch code coverage system to CodeCov (#13297)
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 5d1c40bf66..3a81340b6d 100644 --- a/circle.yml +++ b/circle.yml @@ -819,9 +819,11 @@ jobs: - save-dependencies - run-unit-tests - run: - name: Upload coverage results to coveralls + name: Upload coverage results to codecov.io command: | - platform/linux/scripts/coveralls.sh + curl -sSfL -o codecov https://codecov.io/bash + chmod +x codecov + ./codecov -c # ------------------------------------------------------------------------------ ios-debug: |