summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-06-01 10:36:46 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-06-01 10:36:46 -0400
commit88a2177a3f6eadf0ab8bfb055f5c9f121b46f204 (patch)
treefe29418e81671f69a7acff877558afa6094cacf1
parentab084a20b6f658dddd2b0ad3268fe663eda985b0 (diff)
downloadsdl_ios-hotfix/issue_414.tar.gz
Update codecov yaml file comment and status settingshotfix/issue_414
-rw-r--r--codecov.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml
index 83de15945..53840b09a 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -1,8 +1,19 @@
coverage:
+ precision: 2
+ round: down
+
ignore:
- Carthage/.*
- SmartDeviceLinkTests/.*
- SmartDeviceLinkExample/.*
status:
- patch: false
project: false
+ patch:
+ default:
+ enabled: yes
+ target: 80%
+
+comment:
+ layout: "header, diff, changes, suggestions"
+ branches: !hotfix*
+ behavior: default \ No newline at end of file