summaryrefslogtreecommitdiff
path: root/codecov.yml
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 /codecov.yml
parent8f5e1ba20f7a356c5bdabb7cb9d0d10bb4d73e10 (diff)
downloadqtlocation-mapboxgl-a528908a5abd7802306be2a46f096f62e96934f8.tar.gz
[ios] let's try this againupstream/jmkiley-add-codecov.io
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml16
1 files changed, 15 insertions, 1 deletions
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