summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-04-29 15:20:22 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-04-29 15:20:22 -0700
commita528908a5abd7802306be2a46f096f62e96934f8 (patch)
tree8d00c1aa32ab60b2a2fb4534f819995d5c69554e
parent8f5e1ba20f7a356c5bdabb7cb9d0d10bb4d73e10 (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-add-codecov.io.tar.gz
[ios] let's try this againupstream/jmkiley-add-codecov.io
-rw-r--r--circle.yml6
-rw-r--r--codecov.yml16
2 files changed, 21 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 7a37777e01..6492d9dc64 100644
--- a/circle.yml
+++ b/circle.yml
@@ -922,6 +922,12 @@ jobs:
- build-ios-test
- check-public-symbols
- run:
+ name: Upload coverage results to codecov.io
+ command: |
+ curl -sSfL -o codecov https://codecov.io/bash
+ chmod +x codecov
+ ./codecov -F ios -J 'CI' -c
+ - run:
name: Check symbol namespacing for mapbox-events-ios
command: make ios-check-events-symbols
- run:
diff --git a/codecov.yml b/codecov.yml
index 6edf660be0..0471259964 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,9 +1,23 @@
ignore:
- "test/"
- "vendor/"
-
+# - "platform/ios/test"
+ - "platform/ios/vendor"
+ - "platform/darwin/test/"
+ - "platform/darwin/include"
+ - "platform/darwin/docs"
+ - "platform/ios/app"
+ - "platform/ios/resources"
+ - "platform/ios/scripts"
+flags:
+ ios:
+ paths:
+ - "platform/darwin/" - "platform/ios/"
coverage:
status:
project:
default:
threshold: 1%
+ ios:
+ flags: ios
+ threshold: 1% \ No newline at end of file