aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-01-15 16:40:07 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-14 12:59:51 -0700
commita95580697ecbf6d820073a0329bf1d082f57189e (patch)
treeca6e57f83efa8ae473cff9d8c61870ac66e6a8d6
parentfd94fd62ced9cd52bd081779f96b75efa47706a9 (diff)
[ios] updated codecov.yml
-rw-r--r--codecov.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/codecov.yml b/codecov.yml
index 285c5e4cc..d8b3e6d51 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -2,13 +2,21 @@ ignore:
- "test/"
- "vendor/"
- "platform/ios/test"
+ - "platform/ios/vendor"
- "platform/darwin/test"
+ - "platform/darwin/include"
+ - "platform/darwin/docs"
+ - "platform/ios/resources"
+ - "platform/ios/scripts"
flags:
+ linux:
+ paths:
+
ios:
paths:
- - "platform/ios/" - "platform/darwin/test"
+ - "platform/ios/"
coverage:
status:
project:
default:
- threshold: 1%
+ threshold: 1% \ No newline at end of file