This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via b50cf14202528e986ae9a41721fae1e746078646 (commit) from 3a8ba69bff8052cbe35dcca71ebda9b669dbf807 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b50cf14202528e986ae9a41721fae1e746078646 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu May 11 01:14:29 2017 +0300
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
diff --git a/.codecov.yml b/.codecov.yml index 36270d61..327f6549 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:
-----------------------------------------------------------------------
Summary of changes: .codecov.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-)
hooks/post-receive