aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-02-07 17:06:42 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-14 12:59:51 -0700
commitdb7e4dc5961d04e8803d0afa4269de602903a794 (patch)
tree82702d44d9ceb2cdb70a2f4c8135eb5aa533b2f8
parentb8c3bd9280c35dc513dbc292bf1bc0dc8a83ecfa (diff)
[ios] -J
-rw-r--r--circle.yml2
-rw-r--r--codecov.yml5
2 files changed, 5 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index 75b8c6315..b3f956df0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -978,7 +978,7 @@ jobs:
name: Build and run SDK unit tests with the static analyzer
command: make ios-static-analyzer
- run:
- name: Upload coverage results to codecov.io
+ name: Generate code coverage reports
command: |
platform/ios/scripts/code-coverage.sh
- save-dependencies
diff --git a/codecov.yml b/codecov.yml
index f284c8c3a..e4f6851e0 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -12,9 +12,12 @@ ignore:
flags:
ios:
paths:
- - "build/ios/ios/Logs/Test/*.xcresult/*_Test/"
+ - "build/ios/ios/Logs/Test/"
coverage:
status:
project:
default:
+ threshold: 1%
+ ios:
+ flags: ios
threshold: 1% \ No newline at end of file