diff mbox series

[v1,1/1] codecov: enable threshold for patches

Message ID 1494457204-18236-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] codecov: enable threshold for patches | expand

Commit Message

Github ODP bot May 10, 2017, 11 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


thresholds for individual patches and for project
set in different places.
https://github.com/codecov/support/wiki/Codecov-Yaml

Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 27 (muvarov:master_codecov)
 ** https://github.com/Linaro/odp/pull/27
 ** Patch: https://github.com/Linaro/odp/pull/27.patch
 ** Base sha: 79ba737a404d2833ad33d8f84ed6ce82c9a8c18e
 ** Merge commit sha: 3244a0b19e1122c24962ccb36c124199554c9dd4
 **/
 .codecov.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/.codecov.yml b/.codecov.yml
index 36270d6..5584f75 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -8,9 +8,15 @@  coverage:
   range: "50...75"
   status:
     project:
-      target: 70%
-      threshold: 5%
-    patch: yes
+      default:
+        enabled: yes
+        target: 70%
+        threshold: 5%
+    patch:
+      default:
+        enabled: yes
+        target: 70%
+        threshold: 5%
     changes: yes
 
 parsers: