From 025b6e69f4ab8332e8ee17774080046971ffe36c Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Thu, 11 May 2017 01:14:29 +0300 Subject: [PATCH] codecov: enable threshold for patches 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 --- .codecov.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 36270d61862..327f6549636 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: