diff mbox series

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

Message ID 1494460805-18596-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v2,1/1] codecov: enable threshold for patches | expand

Commit Message

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


thresholds for individual patches and for project
set in different places. Also drop status for not
visible diff changes. Test only patch and project.
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: a1ae9d1e088650de3f23fd246b3c21c6703f156e
 **/
 .codecov.yml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.codecov.yml b/.codecov.yml
index 36270d6..327f654 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -8,10 +8,16 @@  coverage:
   range: "50...75"
   status:
     project:
-      target: 70%
-      threshold: 5%
-    patch: yes
-    changes: yes
+      default:
+        enabled: yes
+        target: 70%
+        threshold: 5%
+    patch:
+      default:
+        enabled: yes
+        target: 70%
+        threshold: 5%
+    changes: no
 
 parsers:
   gcov: