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 63a39fabe4924d142d2df041d817f732eb4fdafb (commit) from 431a0783ebea4fc09e781f431599cacd3a3e4e0e (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 63a39fabe4924d142d2df041d817f732eb4fdafb Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Feb 22 00:09:23 2017 +0300
codecov: lower expectations from codecov
On main page for each commit Codecov does tests. This patch lowers expectations for 'codecov/project' to make it pass and as the result combined mark check (travis + codecov) green under commit on main page.
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 86bcd1d..36270d6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,7 +7,9 @@ coverage: round: down range: "50...75" status: - project: yes + project: + target: 70% + threshold: 5% patch: yes changes: yes
-----------------------------------------------------------------------
Summary of changes: .codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive