summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2018-10-29 12:32:44 -0700
committerjmkiley <jordan.kiley@mapbox.com>2018-10-29 12:32:44 -0700
commit01bd7b31570676881a854c229c3e60b4117a6675 (patch)
tree9e457988f092252d948d920380469e257b724029
parentf940c5285d44cdc1d3ba41760e71f65f347611cc (diff)
downloadqtlocation-mapboxgl-01bd7b31570676881a854c229c3e60b4117a6675.tar.gz
[core] add flags
-rw-r--r--circle.yml4
-rw-r--r--codecov.yml10
2 files changed, 11 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 18625522e6..46af0ab148 100644
--- a/circle.yml
+++ b/circle.yml
@@ -815,7 +815,7 @@ jobs:
docker:
- image: mbgl/7d2403f42e:linux-gcc-5
resource_class: large
- working_directory: /src
+ # working_directory: /src
environment:
LIBSYSCONFCPUS: 4
JOBS: 4
@@ -832,7 +832,7 @@ jobs:
- run:
name: Upload coverage results to codecov.io
command: |
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_UPLOAD_TOKEN
+ bash <(curl -s https://codecov.io/bash) -t $CODECOV_UPLOAD_TOKEN -F core-gl
./codecov -F linux-core
# ------------------------------------------------------------------------------
diff --git a/codecov.yml b/codecov.yml
index c586b215f0..b0d41a20eb 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,2 +1,10 @@
ignore:
- - "test/" \ No newline at end of file
+ - "test/"
+flags:
+ core-gl:
+ paths:
+ - "/src"
+ ios:
+ paths:
+ - "platform/ios"
+ - "platform/darwin" \ No newline at end of file