aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2017-05-11 01:14:29 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-05-16 18:18:52 +0300
commitb50cf14202528e986ae9a41721fae1e746078646 (patch)
treeb2474f8498b64c7f72bc04053e88d0fc8a1de142
parent3a8ba69bff8052cbe35dcca71ebda9b669dbf807 (diff)
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 <maxim.uvarov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>
-rw-r--r--.codecov.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 36270d618..327f65496 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: