From: Maxim Uvarov <[email protected]>

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

Signed-off-by: Maxim Uvarov <[email protected]>
---
/** 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 --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:

Reply via email to