summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-10-24 16:24:09 +0800
committerjmkiley <jordan.kiley@mapbox.com>2018-10-24 16:24:09 +0800
commit6583dc5b6db5e95140c93bfcd8cf887a14e95bb0 (patch)
tree62755a78e1b35651ae1bac7fc43ce738b072325d
parentfc9b9ae45cf17efc66880b292a0179a4276b8ea1 (diff)
downloadqtlocation-mapboxgl-6583dc5b6db5e95140c93bfcd8cf887a14e95bb0.tar.gz
[core] ignore tests, set codecov flag
-rw-r--r--circle.yml1
-rw-r--r--codecov.yml2
2 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 5f0918dd97..18625522e6 100644
--- a/circle.yml
+++ b/circle.yml
@@ -833,6 +833,7 @@ jobs:
name: Upload coverage results to codecov.io
command: |
bash <(curl -s https://codecov.io/bash) -t $CODECOV_UPLOAD_TOKEN
+ ./codecov -F linux-core
# ------------------------------------------------------------------------------
ios-debug-template:
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000000..e6972a573f
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,2 @@
+ignore:
+ - "tests/" \ No newline at end of file